Searched refs:GOTSection (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_aarch64.cpp | 62 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 D | ELF_x86.cpp | 61 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 D | ELF_x86_64.cpp | 271 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 D | x86_64.cpp | 93 for (auto *EntrySym : GOTSection->symbols()) { in registerExistingEntries()
|
| H A D | ELF_riscv.cpp | 90 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 D | aarch32.cpp | 712 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 D | aarch64.cpp | 208 for (auto *EntrySym : GOTSection->symbols()) { in registerExistingEntries()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | x86.h | 355 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 D | x86_64.h | 676 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 D | aarch64.h | 791 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 D | loongarch.h | 655 if (!GOTSection) in getGOTSection() 656 GOTSection = &G.createSection(getSectionName(), in getGOTSection() 658 return *GOTSection; in getGOTSection() 661 Section *GOTSection = nullptr; variable
|
| H A D | aarch32.h | 342 Section *GOTSection = nullptr;
|