Searched refs:SectionSymbol (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 493 const MCSymbol *SectionSymbol = nullptr; in recordRelocation() local 496 SectionSymbol = SectionFunctions.find(&SecA)->second; in recordRelocation() 498 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation() 499 if (!SectionSymbol) in recordRelocation() 503 SymA = cast<MCSymbolWasm>(SectionSymbol); in recordRelocation()
|
D | ELFObjectWriter.cpp | 1469 const auto *SectionSymbol = in recordRelocation() local 1471 if (SectionSymbol) in recordRelocation() 1472 SectionSymbol->setUsedInReloc(); in recordRelocation() 1473 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, in recordRelocation()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 706 const auto *SectionSymbol = in recordRelocation() local 708 if (SectionSymbol) in recordRelocation() 709 SectionSymbol->setUsedInReloc(); in recordRelocation() 710 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, in recordRelocation()
|