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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h78 /// Until the next call, \a startEntry() will add entries to this list.
97 void startEntry(const MCSymbol *BeginSym, const MCSymbol *EndSym) { function in class:llvm::DebugLocStream
187 Locs.startEntry(Begin, End);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h605 IndexListEntry *startEntry = createEntry(nullptr, 0); local
611 indexList.insert(insEntry->getIterator(), startEntry);
613 SlotIndex startIdx(startEntry, SlotIndex::Slot_Block);

Completed in 108 milliseconds