Searched refs:SectionSymbol (Results 1 – 2 of 2) sorted by relevance
501 const MCSymbol *SectionSymbol = nullptr; in recordRelocation() local504 SectionSymbol = SectionFunctions.find(&SecA)->second; in recordRelocation()506 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()507 if (!SectionSymbol) in recordRelocation()511 SymA = cast<MCSymbolWasm>(SectionSymbol); in recordRelocation()
1495 const auto *SectionSymbol = in recordRelocation() local1497 if (SectionSymbol) in recordRelocation()1498 SectionSymbol->setUsedInReloc(); in recordRelocation()1499 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, in recordRelocation()