Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp281 if (auto *GOTSection = G.findSectionByName( in getOrCreateGOTSymbol() local
284 return {*GOTSection, true}; in getOrCreateGOTSymbol()
301 if (auto *GOTSection = in getOrCreateGOTSymbol() local
305 for (auto *Sym : GOTSection->symbols()) in getOrCreateGOTSymbol()
312 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
H A DELF_aarch64.cpp483 if (!GOTSection) in getTLSDescSection()
484 GOTSection = &G.createSection(getSectionName(), MemProt::Read); in getTLSDescSection()
485 return *GOTSection; in getTLSDescSection()
500 Section *GOTSection = nullptr; member in __anon2d072e3c0111::TLSDescTableManager_ELF_aarch64
H A DELF_riscv.cpp84 if (!GOTSection) in getGOTSection()
85 GOTSection = &G.createSection("$__GOT", MemProt::Read); in getGOTSection()
86 return *GOTSection; in getGOTSection()
106 mutable Section *GOTSection = nullptr; member in __anoneb05c1ba0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86_64.h589 if (!GOTSection) in getGOTSection()
590 GOTSection = &G.createSection(getSectionName(), MemProt::Read); in getGOTSection()
591 return *GOTSection; in getGOTSection()
594 Section *GOTSection = nullptr; variable
H A Daarch64.h308 if (!GOTSection) in getGOTSection()
309 GOTSection = in getGOTSection()
311 return *GOTSection; in getGOTSection()
319 Section *GOTSection = nullptr; variable
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp5013 SectionRef GOTSection; in patchELFGOT() local
5017 GOTSection = Section; in patchELFGOT()
5021 if (!GOTSection.getObject()) { in patchELFGOT()
5027 StringRef GOTContents = cantFail(GOTSection.getContents()); in patchELFGOT()