Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp1486 const auto *SectionSymbol = in recordRelocation() local
1488 if (SectionSymbol) in recordRelocation()
1489 SectionSymbol->setUsedInReloc(); in recordRelocation()
1490 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation()
H A DWasmObjectWriter.cpp513 const MCSymbol *SectionSymbol = nullptr; in recordRelocation() local
519 SectionSymbol = SecSymIt->second; in recordRelocation()
521 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()
523 if (!SectionSymbol) in recordRelocation()
527 SymA = cast<MCSymbolWasm>(SectionSymbol); in recordRelocation()