HomeSort by: relevance | last modified time | path
    Searched defs:startEntry (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DebugLocStream.h 79 /// Until the next call, \a startEntry() will add entries to this list.
98 void startEntry(const MCSymbol *BeginSym, const MCSymbol *EndSym) {
190 Locs.startEntry(Begin, End);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SlotIndexes.h 617 IndexListEntry *startEntry = createEntry(nullptr, 0);
623 indexList.insert(insEntry->getIterator(), startEntry);
625 SlotIndex startIdx(startEntry, SlotIndex::Slot_Block);

Completed in 70 milliseconds