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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h605 IndexListEntry *startEntry = nullptr; local
609 startEntry = &indexList.back();
611 newItr = indexList.insertAfter(startEntry->getIterator(), endEntry);
613 startEntry = createEntry(nullptr, 0);
615 newItr = indexList.insert(endEntry->getIterator(), startEntry);
618 SlotIndex startIdx(startEntry, SlotIndex::Slot_Block);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h79 /// Until the next call, \a startEntry() will add entries to this list.
98 void startEntry(const MCSymbol *BeginSym, const MCSymbol *EndSym) { function in class:llvm::DebugLocStream
190 Locs.startEntry(Begin, End);

Completed in 172 milliseconds