Home
last modified time | relevance | path

Searched refs:SectionSymbol (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1407 const auto *SectionSymbol = in recordRelocation() local
1409 if (SectionSymbol) in recordRelocation()
1410 SectionSymbol->setUsedInReloc(); in recordRelocation()
1411 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation()
H A DWasmObjectWriter.cpp563 const MCSymbol *SectionSymbol = nullptr; in recordRelocation() local
569 SectionSymbol = SecSymIt->second; in recordRelocation()
571 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()
573 if (!SectionSymbol) in recordRelocation()
577 SymA = cast<MCSymbolWasm>(SectionSymbol); in recordRelocation()