Searched refs:SectionSymbol (Results 1 – 2 of 2) sorted by relevance
1474 const auto *SectionSymbol = in recordRelocation() local1476 if (SectionSymbol) in recordRelocation()1477 SectionSymbol->setUsedInReloc(); in recordRelocation()1478 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation()
520 const MCSymbol *SectionSymbol = nullptr; in recordRelocation() local526 SectionSymbol = SecSymIt->second; in recordRelocation()528 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()530 if (!SectionSymbol) in recordRelocation()534 SymA = cast<MCSymbolWasm>(SectionSymbol); in recordRelocation()