Searched refs:SectionSymbol (Results 1 – 2 of 2) sorted by relevance
49 const MCSymbol &SectionSymbol; member in MCCOFFSectionNumberTargetExpr54 : SectionSymbol(SectionSymbol_), Writer(Writer_) {} in MCCOFFSectionNumberTargetExpr()58 create(const MCSymbol &SectionSymbol, const WinCOFFObjectWriter &Writer, in create() argument60 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()
550 const MCSymbol *SectionSymbol = nullptr; in recordRelocation() local556 SectionSymbol = SecSymIt->second; in recordRelocation()558 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()560 if (!SectionSymbol) in recordRelocation()564 SymA = cast<MCSymbolWasm>(SectionSymbol); in recordRelocation()