Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCSection.cpp29 MCSymbol *MCSection::getEndSymbol(MCContext &Ctx) { in getEndSymbol() function in MCSection
DMCDwarf.cpp880 MCSymbol *EndSymbol = Sec->getEndSymbol(context); in EmitGenDwarfAranges()
981 MCSymbol *EndSymbol = (*TextSection)->getEndSymbol(context); in EmitGenDwarfInfo()
1091 const MCSymbol *EndSymbol = Sec->getEndSymbol(context); in emitGenDwarfRanges()
1108 const MCSymbol *EndSymbol = Sec->getEndSymbol(context); in emitGenDwarfRanges()
DMCAsmStreamer.cpp2502 MCSymbol *SectionEnd = TextSection->getEndSymbol(Ctx); in emitDwarfLineEndEntry()
2555 MCSymbol *Sym = getCurrentSectionOnly()->getEndSymbol(getContext()); in doFinalizationAtSectionEnd()
DMCStreamer.cpp1251 MCSymbol *Sym = Section->getEndSymbol(Context); in endSection()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCSection.h137 MCSymbol *getEndSymbol(MCContext &Ctx);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp399 PrevLabel = CurMI->getParent()->getEndSymbol(); in endInstruction()
DAsmPrinter.cpp1364 emitLabelDifferenceAsULEB128(MBB.getEndSymbol(), MBBSymbol); in emitBBAddrMapSection()
1367 PrevMBBEndSymbol = MBB.getEndSymbol(); in emitBBAddrMapSection()
1697 OutStreamer->emitLabel(MBB.getEndSymbol()); in emitFunctionBody()
1706 MCSymbolRefExpr::create(MBB.getEndSymbol(), OutContext), in emitFunctionBody()
1712 MBBSectionRange{CurrentSectionBeginSym, MBB.getEndSymbol()}; in emitFunctionBody()
DDwarfDebug.cpp1770 DebugLoc.emplace_back(BeginSectionLabel, MBB.getEndSymbol(), Values); in buildLocationList()
1822 if (CurEntry->getEndSym() != RangeMBB->getEndSymbol() || in buildLocationList()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h654 MCSymbol *getEndSymbol() const;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBasicBlock.cpp101 MCSymbol *MachineBasicBlock::getEndSymbol() const { in getEndSymbol() function in MachineBasicBlock