| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCWasmStreamer.cpp | 67 Asm.registerSymbol(*Section->getBeginSymbol()); in changeSection()
|
| H A D | MCObjectFileInfo.cpp | 1139 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 D | MCELFStreamer.cpp | 111 Asm.registerSymbol(*Section->getBeginSymbol()); in changeSection() 362 S = S->getSection().getBeginSymbol(); in finalizeCGProfileEntry()
|
| H A D | MCDwarf.cpp | 82 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 D | MCWinCOFFStreamer.cpp | 159 getAssembler().registerSymbol(*Section->getBeginSymbol()); in changeSection()
|
| H A D | MCMachOStreamer.cpp | 141 !Section->getBeginSymbol()) { in changeSection()
|
| H A D | MCContext.cpp | 461 (!Sym->isInSection() || Sym->getSection().getBeginSymbol() != Sym)) in getOrCreateSectionSymbol() 610 cast<MCSymbolELF>(RelInfoSection->getBeginSymbol())); in createELFRelSection()
|
| H A D | ELFObjectWriter.cpp | 1236 Sym = Sym->getSection().getBeginSymbol(); in executePostLayoutBinding() 1377 SymA = cast<MCSymbolELF>(SecA->getBeginSymbol()); in recordRelocation()
|
| H A D | MCStreamer.cpp | 1364 MCSymbol *Sym = Section->getBeginSymbol(); in switchSection() 1393 MCSymbol *Sym = Section->getBeginSymbol(); in switchSectionNoPrint()
|
| H A D | WasmObjectWriter.cpp | 558 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation() 1518 MCSymbol *Begin = Sec.getBeginSymbol(); in writeOneObject()
|
| H A D | WinCOFFObjectWriter.cpp | 299 SymbolMap[MCSec.getBeginSymbol()] = Symbol; in defineSection()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSection.h | 149 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 D | DwarfCompileUnit.cpp | 467 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 D | AsmPrinterDwarf.cpp | 150 emitLabelDifference(Label, Label->getSection().getBeginSymbol(), in emitDwarfSymbolReference()
|
| H A D | DwarfDebug.cpp | 1315 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 D | DwarfUnit.cpp | 2089 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 D | LoongArchAsmBackend.cpp | 230 Sym->setFragment(&*Sec->getBeginSymbol()->getFragment()); in shouldInsertFixupForCodeAlign()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 1058 OutStreamer->emitCOFFSecNumber(Section->getBeginSymbol()); in emitEndOfAsmFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 1190 static_cast<const MCSymbolELF *>(FnSection.getBeginSymbol())); in SwitchToEHSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 1032 OutStreamer->emitCOFFSecNumber(Section->getBeginSymbol()); in emitEndOfAsmFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 964 if (!Sec->getBeginSymbol()) { in Run()
|