Home
last modified time | relevance | path

Searched refs:getBeginSymbol (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp67 Asm.registerSymbol(*Section->getBeginSymbol()); in changeSection()
H A DMCObjectFileInfo.cpp1139 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getStackSizesSection()
1159 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getBBAddrMapSection()
1178 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getKCFITrapSection()
1196 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getPseudoProbeSection()
1246 cast<MCSymbolELF>(TextSec->getBeginSymbol())); in getPCSection()
H A DMCELFStreamer.cpp111 Asm.registerSymbol(*Section->getBeginSymbol()); in changeSection()
362 S = S->getSection().getBeginSymbol(); in finalizeCGProfileEntry()
H A DMCDwarf.cpp82 LineStrLabel = DwarfLineStrSection->getBeginSymbol(); in MCDwarfLineStr()
926 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfAranges()
1026 MCSymbol *StartSymbol = (*TextSection)->getBeginSymbol(); in EmitGenDwarfInfo()
1133 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in emitGenDwarfRanges()
1150 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in emitGenDwarfRanges()
H A DMCWinCOFFStreamer.cpp159 getAssembler().registerSymbol(*Section->getBeginSymbol()); in changeSection()
H A DMCMachOStreamer.cpp141 !Section->getBeginSymbol()) { in changeSection()
H A DMCContext.cpp461 (!Sym->isInSection() || Sym->getSection().getBeginSymbol() != Sym)) in getOrCreateSectionSymbol()
610 cast<MCSymbolELF>(RelInfoSection->getBeginSymbol())); in createELFRelSection()
H A DELFObjectWriter.cpp1236 Sym = Sym->getSection().getBeginSymbol(); in executePostLayoutBinding()
1377 SymA = cast<MCSymbolELF>(SecA->getBeginSymbol()); in recordRelocation()
H A DMCStreamer.cpp1364 MCSymbol *Sym = Section->getBeginSymbol(); in switchSection()
1393 MCSymbol *Sym = Section->getBeginSymbol(); in switchSectionNoPrint()
H A DWasmObjectWriter.cpp558 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()
1518 MCSymbol *Begin = Sec.getBeginSymbol(); in writeOneObject()
H A DWinCOFFObjectWriter.cpp299 SymbolMap[MCSec.getBeginSymbol()] = Symbol; in defineSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h149 MCSymbol *getBeginSymbol() { return Begin; } in getBeginSymbol() function
150 const MCSymbol *getBeginSymbol() const { in getBeginSymbol() function
151 return const_cast<MCSection *>(this)->getBeginSymbol(); in getBeginSymbol()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp467 LineTableStartSym = TLOF.getDwarfLineSection()->getBeginSymbol(); in initStmtList()
479 TLOF.getDwarfLineSection()->getBeginSymbol()); in initStmtList()
485 TLOF.getDwarfLineSection()->getBeginSymbol()); in applyStmtList()
557 Asm->getObjFileLowering().getDwarfLineSection()->getBeginSymbol()); in updateSubprogramScopeDIE()
673 TLOF.getDwarfRangesSection()->getBeginSymbol(); in addScopeRangeList()
1748 Label, TLOF.getDwarfAddrSection()->getBeginSymbol()); in addAddrTableBase()
H A DAsmPrinterDwarf.cpp150 emitLabelDifference(Label, Label->getSection().getBeginSymbol(), in emitDwarfSymbolReference()
H A DDwarfDebug.cpp1315 const MCSymbol *Sym = TLOF.getDwarfRangesSection()->getBeginSymbol(); in finalizeModuleInfo()
1362 TLOF.getDwarfLoclistsSection()->getBeginSymbol()); in finalizeModuleInfo()
1374 TLOF.getDwarfMacroDWOSection()->getBeginSymbol()); in finalizeModuleInfo()
1380 TLOF.getDwarfMacroSection()->getBeginSymbol()); in finalizeModuleInfo()
1387 TLOF.getDwarfMacinfoDWOSection()->getBeginSymbol()); in finalizeModuleInfo()
1391 TLOF.getDwarfMacinfoSection()->getBeginSymbol()); in finalizeModuleInfo()
2834 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
2965 Asm->emitDwarfOffset(CU.getSection()->getBeginSymbol(), in emitSectionReference()
H A DDwarfUnit.cpp2089 TLOF.getDwarfAbbrevSection()->getBeginSymbol(), false); in emitCommonHeader()
2147 return getSection()->getBeginSymbol(); in getCrossSectionRelativeBaseAddress()
2154 TLOF.getDwarfStrOffSection()->getBeginSymbol()); in addStringOffsetsStart()
2163 TLOF.getDwarfRnglistsSection()->getBeginSymbol()); in addRnglistsBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp230 Sym->setFragment(&*Sec->getBeginSymbol()->getFragment()); in shouldInsertFixupForCodeAlign()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp1058 OutStreamer->emitCOFFSecNumber(Section->getBeginSymbol()); in emitEndOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1190 static_cast<const MCSymbolELF *>(FnSection.getBeginSymbol())); in SwitchToEHSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1032 OutStreamer->emitCOFFSecNumber(Section->getBeginSymbol()); in emitEndOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp964 if (!Sec->getBeginSymbol()) { in Run()