Searched defs:GOTSection (Results 1 – 8 of 8) sorted by relevance
/freebsd/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 | 261 if (auto *GOTSection = G.findSectionByName( in getOrCreateGOTSymbol() local |
H A D | ELF_aarch64.cpp | 557 Section *GOTSection = nullptr; member in __anoncc26650c0111::TLSDescTableManager_ELF_aarch64 |
H A D | ELF_riscv.cpp | 112 mutable Section *GOTSection = nullptr; member in __anon2c49048a0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv |
/freebsd/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 | 643 Section *GOTSection = nullptr; variable |
H A D | aarch64.h | 735 Section *GOTSection = nullptr; variable |