Searched refs:startEntry (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h650 IndexListEntry *startEntry = nullptr;
654 startEntry = &indexList.back();
656 newItr = indexList.insertAfter(startEntry->getIterator(), endEntry);
658 startEntry = createEntry(nullptr, 0);
660 newItr = indexList.insert(endEntry->getIterator(), startEntry);
663 SlotIndex startIdx(startEntry, SlotIndex::Slot_Block);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h77 /// Until the next call, \a startEntry() will add entries to this list.
96 void startEntry(const MCSymbol *BeginSym, const MCSymbol *EndSym) { function in class:llvm::DebugLocStream
182 Locs.startEntry(Begin, End);

Completed in 44 milliseconds