Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp30 MCSymbol *MCSection::getEndSymbol(MCContext &Ctx) { in getEndSymbol() function in MCSection
H A DMCDwarf.cpp927 MCSymbol *EndSymbol = Sec->getEndSymbol(context); in EmitGenDwarfAranges()
1027 MCSymbol *EndSymbol = (*TextSection)->getEndSymbol(context); in EmitGenDwarfInfo()
1134 const MCSymbol *EndSymbol = Sec->getEndSymbol(context); in emitGenDwarfRanges()
1151 const MCSymbol *EndSymbol = Sec->getEndSymbol(context); in emitGenDwarfRanges()
H A DMCStreamer.cpp1401 MCSymbol *Sym = Section->getEndSymbol(Context); in endSection()
H A DMCAsmStreamer.cpp2624 EndLabel = TextSection->getEndSymbol(Ctx); in emitDwarfLineEndEntry()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp412 PrevLabel = CurMI->getParent()->getEndSymbol(); in endInstruction()
H A DAsmPrinter.cpp1511 emitLabelDifferenceAsULEB128(MBB.getEndSymbol(), CurrentLabel); in emitBBAddrMapSection()
1515 PrevMBBEndSymbol = MBB.getEndSymbol(); in emitBBAddrMapSection()
1978 OutStreamer->emitLabel(MBB.getEndSymbol()); in emitFunctionBody()
1987 MCSymbolRefExpr::create(MBB.getEndSymbol(), OutContext), in emitFunctionBody()
1995 MBBSectionRange{CurrentSectionBeginSym, MBB.getEndSymbol()}; in emitFunctionBody()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h157 MCSymbol *getEndSymbol(MCContext &Ctx);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h721 LLVM_ABI MCSymbol *getEndSymbol() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp104 MCSymbol *MachineBasicBlock::getEndSymbol() const { in getEndSymbol() function in MachineBasicBlock
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp3236 MCSymbol *Sym = Sec->getEndSymbol(OutContext); in doFinalization()