Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1474 const auto *SectionSymbol = in recordRelocation() local
1476 if (SectionSymbol) in recordRelocation()
1477 SectionSymbol->setUsedInReloc(); in recordRelocation()
1478 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation()
H A DWasmObjectWriter.cpp520 const MCSymbol *SectionSymbol = nullptr; in recordRelocation() local
526 SectionSymbol = SecSymIt->second; in recordRelocation()
528 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()
530 if (!SectionSymbol) in recordRelocation()
534 SymA = cast<MCSymbolWasm>(SectionSymbol); in recordRelocation()