Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h40 enum CSKYCPModifier { NO_MOD, ADDR, GOT, GOTOFF, PLT, TLSLE, TLSIE, TLSGD }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86.cpp33 x86::PLTTableManager PLT(GOT); in buildTables_ELF_x86() local
H A DELF_x86_64.cpp92 x86_64::PLTTableManager PLT(G, GOT); in buildTables_ELF_x86_64() local
H A DELF_ppc64.cpp161 ppc64::PLTTableManager<Endianness> PLT(TOC); in buildTables_ELF_ppc64() local
H A DMachO_x86_64.cpp465 x86_64::PLTTableManager PLT(G, GOT); in buildGOTAndStubs_MachO_x86_64() local
H A DMachO_arm64.cpp564 aarch64::PLTTableManager PLT(G, GOT); in buildTables_MachO_arm64() local
H A DELF_loongarch.cpp426 PLTTableManager PLT(GOT); in buildTables_ELF_loongarch() local
H A DELF_aarch64.cpp663 aarch64::PLTTableManager PLT(G, GOT); in buildTables_ELF_aarch64() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2195 StringRef PLT; in parseCallSymbol() local