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.cpp1510 const auto *SectionSymbol = in recordRelocation() local
1512 if (SectionSymbol) in recordRelocation()
1513 SectionSymbol->setUsedInReloc(); in recordRelocation()
1514 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation()
H A DWasmObjectWriter.cpp568 const MCSymbol *SectionSymbol = nullptr; in recordRelocation() local
574 SectionSymbol = SecSymIt->second; in recordRelocation()
576 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()
578 if (!SectionSymbol) in recordRelocation()
582 SymA = cast<MCSymbolWasm>(SectionSymbol); in recordRelocation()