Searched refs:SectionSymbol (Results 1 – 2 of 2) sorted by relevance
482 const MCSymbol *SectionSymbol = nullptr; in recordRelocation() local485 SectionSymbol = SectionFunctions.find(&SecA)->second; in recordRelocation()487 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()488 if (!SectionSymbol) in recordRelocation()492 SymA = cast<MCSymbolWasm>(SectionSymbol); in recordRelocation()
1488 const auto *SectionSymbol = in recordRelocation() local1490 if (SectionSymbol) in recordRelocation()1491 SectionSymbol->setUsedInReloc(); in recordRelocation()1492 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation()