Home
last modified time | relevance | path

Searched refs:GOTSection (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
Di386.h278 if (!GOTSection) in getGOTSection()
279 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection()
280 return *GOTSection; in getGOTSection()
283 Section *GOTSection = nullptr; variable
Dloongarch.h349 if (!GOTSection) in getGOTSection()
350 GOTSection = &G.createSection(getSectionName(), in getGOTSection()
352 return *GOTSection; in getGOTSection()
355 Section *GOTSection = nullptr; variable
Dx86_64.h609 if (!GOTSection) in getGOTSection()
610 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection()
611 return *GOTSection; in getGOTSection()
614 Section *GOTSection = nullptr; variable
Daarch64.h592 if (!GOTSection) in getGOTSection()
593 GOTSection = &G.createSection(getSectionName(), in getGOTSection()
595 return *GOTSection; in getGOTSection()
598 Section *GOTSection = nullptr; variable
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DELF_i386.cpp59 if (auto *GOTSection = G.findSectionByName( in getOrCreateGOTSymbol() local
62 return {*GOTSection, true}; in getOrCreateGOTSymbol()
79 if (auto *GOTSection = in getOrCreateGOTSymbol() local
83 for (auto *Sym : GOTSection->symbols()) in getOrCreateGOTSymbol()
90 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
DELF_x86_64.cpp295 if (auto *GOTSection = G.findSectionByName( in getOrCreateGOTSymbol() local
298 return {*GOTSection, true}; in getOrCreateGOTSymbol()
315 if (auto *GOTSection = in getOrCreateGOTSymbol() local
319 for (auto *Sym : GOTSection->symbols()) in getOrCreateGOTSymbol()
326 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
DELF_aarch64.cpp480 if (!GOTSection) in getTLSDescSection()
481 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSDescSection()
482 return *GOTSection; in getTLSDescSection()
496 Section *GOTSection = nullptr; member in __anon3a9007080111::TLSDescTableManager_ELF_aarch64
DELF_riscv.cpp84 if (!GOTSection) in getGOTSection()
85 GOTSection = &G.createSection("$__GOT", orc::MemProt::Read); in getGOTSection()
86 return *GOTSection; in getGOTSection()
106 mutable Section *GOTSection = nullptr; member in __anon7ea9f7860111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv