Searched refs:SectionSymbol (Results 1 – 2 of 2) sorted by relevance
1486 const auto *SectionSymbol = in recordRelocation() local1488 if (SectionSymbol) in recordRelocation()1489 SectionSymbol->setUsedInReloc(); in recordRelocation()1490 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation()
513 const MCSymbol *SectionSymbol = nullptr; in recordRelocation() local519 SectionSymbol = SecSymIt->second; in recordRelocation()521 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()523 if (!SectionSymbol) in recordRelocation()527 SymA = cast<MCSymbolWasm>(SectionSymbol); in recordRelocation()