Home
last modified time | relevance | path

Searched refs:getEndSymbol (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSection.cpp33 MCSymbol *MCSection::getEndSymbol(MCContext &Ctx) { in getEndSymbol() function in MCSection
HDMCDwarf.cpp888 MCSymbol *EndSymbol = Sec->getEndSymbol(context); in EmitGenDwarfAranges()
989 MCSymbol *EndSymbol = (*TextSection)->getEndSymbol(context); in EmitGenDwarfInfo()
1099 const MCSymbol *EndSymbol = Sec->getEndSymbol(context); in emitGenDwarfRanges()
1116 const MCSymbol *EndSymbol = Sec->getEndSymbol(context); in emitGenDwarfRanges()
HDMCAsmStreamer.cpp2599 MCSymbol *SectionEnd = TextSection->getEndSymbol(Ctx); in emitDwarfLineEndEntry()
2652 MCSymbol *Sym = getCurrentSectionOnly()->getEndSymbol(getContext()); in doFinalizationAtSectionEnd()
HDMCStreamer.cpp1301 MCSymbol *Sym = Section->getEndSymbol(Context); in endSection()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSection.h143 MCSymbol *getEndSymbol(MCContext &Ctx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDebugHandlerBase.cpp408 PrevLabel = CurMI->getParent()->getEndSymbol(); in endInstruction()
HDAsmPrinter.cpp1425 emitLabelDifferenceAsULEB128(MBB.getEndSymbol(), MBBSymbol); in emitBBAddrMapSection()
1428 PrevMBBEndSymbol = MBB.getEndSymbol(); in emitBBAddrMapSection()
1844 OutStreamer->emitLabel(MBB.getEndSymbol()); in emitFunctionBody()
1853 MCSymbolRefExpr::create(MBB.getEndSymbol(), OutContext), in emitFunctionBody()
1861 MBBSectionRange{CurrentSectionBeginSym, MBB.getEndSymbol()}; in emitFunctionBody()
HDDwarfDebug.cpp1787 DebugLoc.emplace_back(BeginSectionLabel, MBB.getEndSymbol(), Values); in buildLocationList()
1839 if (CurEntry->getEndSym() != RangeMBB->getEndSymbol() || in buildLocationList()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineBasicBlock.h693 MCSymbol *getEndSymbol() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineBasicBlock.cpp104 MCSymbol *MachineBasicBlock::getEndSymbol() const { in getEndSymbol() function in MachineBasicBlock