Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h135 MCSymbol *getBeginSymbol() { return Begin; } in getBeginSymbol() function
136 const MCSymbol *getBeginSymbol() const { in getBeginSymbol() function
137 return const_cast<MCSection *>(this)->getBeginSymbol(); in getBeginSymbol()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1095 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getStackSizesSection()
1115 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getBBAddrMapSection()
1134 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getKCFITrapSection()
1152 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getPseudoProbeSection()
1202 cast<MCSymbolELF>(TextSec->getBeginSymbol())); in getPCSection()
H A DMCWasmStreamer.cpp79 Asm.registerSymbol(*Section->getBeginSymbol()); in changeSection()
H A DMCDwarf.cpp86 LineStrLabel = DwarfLineStrSection->getBeginSymbol(); in MCDwarfLineStr()
887 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfAranges()
988 MCSymbol *StartSymbol = (*TextSection)->getBeginSymbol(); in EmitGenDwarfInfo()
1098 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in emitGenDwarfRanges()
1115 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in emitGenDwarfRanges()
H A DMCELFStreamer.cpp118 Asm.registerSymbol(*Section->getBeginSymbol()); in changeSection()
452 S = S->getSection().getBeginSymbol(); in finalizeCGProfileEntry()
H A DMCWinCOFFStreamer.cpp98 getAssembler().registerSymbol(*Section->getBeginSymbol()); in changeSection()
H A DMCContext.cpp400 (!Sym->isInSection() || Sym->getSection().getBeginSymbol() != Sym)) in getOrCreateSectionSymbol()
549 cast<MCSymbolELF>(RelInfoSection->getBeginSymbol())); in createELFRelSection()
H A DMCMachOStreamer.cpp145 !Section->getBeginSymbol()) { in changeSection()
H A DELFObjectWriter.cpp1181 Sym = Sym->getSection().getBeginSymbol(); in executePostLayoutBinding()
1408 SecA ? cast<MCSymbolELF>(SecA->getBeginSymbol()) : nullptr; in recordRelocation()
H A DWasmObjectWriter.cpp571 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()
1523 MCSymbol *Begin = Sec.getBeginSymbol(); in writeOneObject()
H A DWinCOFFObjectWriter.cpp299 SymbolMap[MCSec.getBeginSymbol()] = Symbol; in defineSection()
H A DMCStreamer.cpp1267 MCSymbol *Sym = Section->getBeginSymbol(); in switchSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp151 emitLabelDifference(Label, Label->getSection().getBeginSymbol(), in emitDwarfSymbolReference()
H A DDwarfCompileUnit.cpp443 LineTableStartSym = TLOF.getDwarfLineSection()->getBeginSymbol(); in initStmtList()
455 TLOF.getDwarfLineSection()->getBeginSymbol()); in initStmtList()
461 TLOF.getDwarfLineSection()->getBeginSymbol()); in applyStmtList()
642 TLOF.getDwarfRangesSection()->getBeginSymbol(); in addScopeRangeList()
1693 Label, TLOF.getDwarfAddrSection()->getBeginSymbol()); in addAddrTableBase()
H A DDwarfDebug.cpp1312 const MCSymbol *Sym = TLOF.getDwarfRangesSection()->getBeginSymbol(); in finalizeModuleInfo()
1352 TLOF.getDwarfLoclistsSection()->getBeginSymbol()); in finalizeModuleInfo()
1364 TLOF.getDwarfMacroDWOSection()->getBeginSymbol()); in finalizeModuleInfo()
1370 TLOF.getDwarfMacroSection()->getBeginSymbol()); in finalizeModuleInfo()
1377 TLOF.getDwarfMacinfoDWOSection()->getBeginSymbol()); in finalizeModuleInfo()
1381 TLOF.getDwarfMacinfoSection()->getBeginSymbol()); in finalizeModuleInfo()
2396 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
2527 Asm->emitDwarfOffset(CU.getSection()->getBeginSymbol(), in emitSectionReference()
H A DDwarfUnit.cpp1814 TLOF.getDwarfAbbrevSection()->getBeginSymbol(), false); in emitCommonHeader()
1872 return getSection()->getBeginSymbol(); in getCrossSectionRelativeBaseAddress()
1879 TLOF.getDwarfStrOffSection()->getBeginSymbol()); in addStringOffsetsStart()
1888 TLOF.getDwarfRnglistsSection()->getBeginSymbol()); in addRnglistsBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp233 Sym->setFragment(&*Sec->getBeginSymbol()->getFragment()); in shouldInsertFixupForCodeAlign()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1152 static_cast<const MCSymbolELF *>(FnSection.getBeginSymbol())); in SwitchToEHSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp986 if (!Sec->getBeginSymbol()) { in Run()
H A DMasmParser.cpp1356 if (!Sec->getBeginSymbol()) { in Run()