Home
last modified time | relevance | path

Searched refs:SectionSymbol (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp49 const MCSymbol &SectionSymbol; member in MCCOFFSectionNumberTargetExpr
54 : SectionSymbol(SectionSymbol_), Writer(Writer_) {} in MCCOFFSectionNumberTargetExpr()
58 create(const MCSymbol &SectionSymbol, const WinCOFFObjectWriter &Writer, in create() argument
60 return new (Ctx) MCCOFFSectionNumberTargetExpr(SectionSymbol, Writer); in create()
65 SectionSymbol.print(OS, MAI); in printImpl()
70 auto sectionNumber = Writer.getSectionNumber(SectionSymbol.getSection()); in evaluateAsRelocatableImpl()
82 return SectionSymbol.getFragment(); in findAssociatedFragment()
H A DWasmObjectWriter.cpp550 const MCSymbol *SectionSymbol = nullptr; in recordRelocation() local
556 SectionSymbol = SecSymIt->second; in recordRelocation()
558 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()
560 if (!SectionSymbol) in recordRelocation()
564 SymA = cast<MCSymbolWasm>(SectionSymbol); in recordRelocation()