Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp501 const MCSymbol *SectionSymbol = nullptr; in recordRelocation() local
504 SectionSymbol = SectionFunctions.find(&SecA)->second; in recordRelocation()
506 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()
507 if (!SectionSymbol) in recordRelocation()
511 SymA = cast<MCSymbolWasm>(SectionSymbol); in recordRelocation()
H A DELFObjectWriter.cpp1495 const auto *SectionSymbol = in recordRelocation() local
1497 if (SectionSymbol) in recordRelocation()
1498 SectionSymbol->setUsedInReloc(); in recordRelocation()
1499 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, in recordRelocation()