Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp62 if (auto *GOTSection = G.findSectionByName( in getOrCreateGOTSymbol() local
65 return {*GOTSection, true}; in getOrCreateGOTSymbol()
82 if (auto *GOTSection = in getOrCreateGOTSymbol() local
86 for (auto *Sym : GOTSection->symbols()) in getOrCreateGOTSymbol()
93 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
631 if (!GOTSection) in getTLSDescSection()
632 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSDescSection()
633 return *GOTSection; in getTLSDescSection()
647 Section *GOTSection = nullptr; member in __anoncc26650c0111::TLSDescTableManager_ELF_aarch64
H A DELF_x86.cpp61 if (auto *GOTSection = G.findSectionByName( in getOrCreateGOTSymbol() local
64 return {*GOTSection, true}; in getOrCreateGOTSymbol()
81 if (auto *GOTSection = in getOrCreateGOTSymbol() local
85 for (auto *Sym : GOTSection->symbols()) in getOrCreateGOTSymbol()
92 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
H A DELF_x86_64.cpp271 if (auto *GOTSection = G.findSectionByName( in getOrCreateGOTSymbol() local
274 return {*GOTSection, true}; in getOrCreateGOTSymbol()
291 if (auto *GOTSection = in getOrCreateGOTSymbol() local
295 for (auto *Sym : GOTSection->symbols()) in getOrCreateGOTSymbol()
302 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
H A Dx86_64.cpp93 for (auto *EntrySym : GOTSection->symbols()) { in registerExistingEntries()
H A DELF_riscv.cpp90 if (!GOTSection) in getGOTSection()
91 GOTSection = &G.createSection("$__GOT", orc::MemProt::Read); in getGOTSection()
92 return *GOTSection; in getGOTSection()
112 mutable Section *GOTSection = nullptr; member in __anon2c49048a0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv
H A Daarch32.cpp712 if (!GOTSection) in createEntry()
713 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in createEntry()
714 Block &B = allocPointer(G, *GOTSection, GOTEntryInit); in createEntry()
H A Daarch64.cpp208 for (auto *EntrySym : GOTSection->symbols()) { in registerExistingEntries()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86.h355 if (!GOTSection) in getGOTSection()
356 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection()
357 return *GOTSection; in getGOTSection()
360 Section *GOTSection = nullptr; variable
H A Dx86_64.h676 if ((GOTSection = G.findSectionByName(getSectionName()))) in GOTTableManager()
725 if (!GOTSection) in getGOTSection()
726 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection()
727 return *GOTSection; in getGOTSection()
732 Section *GOTSection = nullptr; variable
H A Daarch64.h791 if ((GOTSection = G.findSectionByName(getSectionName()))) in GOTTableManager()
851 if (!GOTSection) in getGOTSection()
852 GOTSection = &G.createSection(getSectionName(), in getGOTSection()
854 return *GOTSection; in getGOTSection()
859 Section *GOTSection = nullptr; variable
H A Dloongarch.h655 if (!GOTSection) in getGOTSection()
656 GOTSection = &G.createSection(getSectionName(), in getGOTSection()
658 return *GOTSection; in getGOTSection()
661 Section *GOTSection = nullptr; variable
H A Daarch32.h342 Section *GOTSection = nullptr;