HomeSort by: relevance | last modified time | path
    Searched refs:getEndIndex (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DbgEntityHistoryCalculator.h 83 EntryIndex getEndIndex() const { return EndIndex; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DbgEntityHistoryCalculator.cpp 187 EntryIndex EndIndex = EI->getEndIndex();
587 if (Entry.getEndIndex() == NoEntry)
590 dbgs() << " - Closed by Entry[" << Entry.getEndIndex() << "]\n";
CodeViewDebug.cpp 1313 if (Entry.getEndIndex() != DbgValueHistoryMap::NoEntry) {
1314 auto &EndingEntry = Entries[Entry.getEndIndex()];
DwarfDebug.cpp 1715 OpenRanges.emplace_back(EI->getEndIndex(), Value);

Completed in 137 milliseconds