Home
last modified time | relevance | path

Searched defs:GOT (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h387 PLTTableManager(GOTTableManager &GOT) : GOT(GOT) {} in PLTTableManager()
420 GOTTableManager &GOT; variable
H A Dloongarch.h361 PLTTableManager(GOTTableManager & GOT) PLTTableManager() argument
391 GOTTableManager &GOT; global() variable
[all...]
H A Dx86_64.h649 PLTTableManager(GOTTableManager &GOT) : GOT(GOT) {} in PLTTableManager()
682 GOTTableManager &GOT; variable
H A Daarch64.h741 PLTTableManager(GOTTableManager &GOT) : GOT(GOT) {} in PLTTableManager()
771 GOTTableManager &GOT; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h39 GOT, global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp141 GOTTableManager GOT; in buildTables_ELF_loongarch() local
H A DELF_i386.cpp32 i386::GOTTableManager GOT; in buildTables_ELF_i386() local
H A DELF_aarch32.cpp236 aarch32::GOTBuilder GOT; in buildTables_ELF_aarch32() local
H A DELF_x86_64.cpp91 x86_64::GOTTableManager GOT; in buildTables_ELF_x86_64() local
H A DMachO_x86_64.cpp460 x86_64::GOTTableManager GOT; in buildGOTAndStubs_MachO_x86_64() local
H A DMachO_arm64.cpp538 aarch64::GOTTableManager GOT; in buildTables_MachO_arm64() local
H A DELF_aarch64.cpp572 aarch64::GOTTableManager GOT; in buildTables_ELF_aarch64() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DRelocations.h37 GOT = 1 << 9, // References a symbol in the Global Offset Table enumerator
/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/Target/X86/
H A DX86Subtarget.h46 GOT, // Used on 32 bit elf on when in pic mode. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp80 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext); in createGOTRelExprOp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp92 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext); in createPCXRelExprOp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h387 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrLocal() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp683 SDValue GOT = CurDAG->getTargetExternalSymbol( in Select() local
H A DM68kISelLowering.cpp1447 SDValue GOT = DAG.getGLOBAL_OFFSET_TABLE(MVT::i32); in getTLSGetAddr() local
1483 SDValue GOT = DAG.getGLOBAL_OFFSET_TABLE(MVT::i32); in LowerTLSInitialExec() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1261 SDValue GOT = DAG.getGLOBAL_OFFSET_TABLE(PtrVT); in LowerGLOBALADDRESS() local
1352 SDValue GOT = LowerGLOBAL_OFFSET_TABLE(Sym, DAG); in LowerToTLSInitialExecModel() local
1406 SDValue GOT in LowerToTLSGeneralDynamicModel() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3572 SDValue GOT = DAG.getGLOBAL_OFFSET_TABLE(PtrVT); in lowerTLSGetOffset() local