Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h655 IndexListEntry *startEntry = nullptr;
659 startEntry = &indexList.back();
661 newItr = indexList.insertAfter(startEntry->getIterator(), endEntry);
663 startEntry = createEntry(nullptr, 0);
665 newItr = indexList.insert(endEntry->getIterator(), startEntry);
668 SlotIndex startIdx(startEntry, SlotIndex::Slot_Block);
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h96 void startEntry(const MCSymbol *BeginSym, const MCSymbol *EndSym) { in startEntry() function
182 Locs.startEntry(Begin, End); in EntryBuilder()