Home
last modified time | relevance | path

Searched defs:PLT (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp142 PLTTableManager PLT(GOT); in buildTables_ELF_loongarch() local
H A DELF_i386.cpp33 i386::PLTTableManager PLT(GOT); in buildTables_ELF_i386() local
H A DELF_x86_64.cpp92 x86_64::PLTTableManager PLT(GOT); in buildTables_ELF_x86_64() local
H A DELF_ppc64.cpp93 ppc64::PLTTableManager<Endianness> PLT(TOC); buildTables_ELF_ppc64() local
H A DMachO_x86_64.cpp461 x86_64::PLTTableManager PLT(GOT); in buildGOTAndStubs_MachO_x86_64() local
H A DMachO_arm64.cpp539 aarch64::PLTTableManager PLT(GOT); in buildTables_MachO_arm64() local
H A DELF_aarch64.cpp573 aarch64::PLTTableManager PLT(GOT); in buildTables_ELF_aarch64() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h40 enum CSKYCPModifier { NO_MOD, ADDR, GOT, GOTOFF, PLT, TLSLE, TLSIE, TLSGD }; enumerator