Searched defs:GOTSection (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ | ||
H A D | ELF_i386.cpp | 60 if (auto *GOTSection = G.findSectionByName( in getOrCreateGOTSymbol() local |
H A D | ELF_x86_64.cpp | 258 if (auto *GOTSection = G.findSectionByName( getOrCreateGOTSymbol() local |
H A D | ELF_aarch64.cpp | 543 return *GOTSection; member in __anon8bddd19e0111::TLSDescTableManager_ELF_aarch64 |
H A D | ELF_riscv.cpp | 112 mutable Section *GOTSection = nullptr; member in __anon53b8249c0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ | ||
H A D | i386.h | 381 Section *GOTSection = nullptr; variable |
H A D | loongarch.h | 355 Section *GOTSection = nullptr; variable |
H A D | x86_64.h | 621 Section *GOTSection = nullptr; global() variable |
H A D | aarch64.h | 725 Section *GOTSection = nullptr; global() variable |