Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dloongarch.h361 PLTTableManager(GOTTableManager &GOT) : GOT(GOT) {} in PLTTableManager()
391 GOTTableManager &GOT; variable
H A Dx86_64.h620 PLTTableManager(GOTTableManager &GOT) : GOT(GOT) {} in PLTTableManager()
653 GOTTableManager &GOT; variable
H A Daarch64.h604 PLTTableManager(GOTTableManager &GOT) : GOT(GOT) {} in PLTTableManager()
634 GOTTableManager &GOT; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h39 GOT, enumerator
/openbsd-src/gnu/llvm/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_x86_64.cpp92 x86_64::GOTTableManager GOT; in buildTables_ELF_x86_64() local
H A DMachO_x86_64.cpp438 x86_64::GOTTableManager GOT; in buildGOTAndStubs_MachO_x86_64() local
H A DMachO_arm64.cpp516 aarch64::GOTTableManager GOT; in buildTables_MachO_arm64() local
H A DELF_aarch64.cpp511 aarch64::GOTTableManager GOT; in buildTables_ELF_aarch64() local
/openbsd-src/gnu/llvm/lld/MachO/
H A DRelocations.h37 GOT = 1 << 9, // References a symbol in the Global Offset Table enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h40 enum CSKYCPModifier { NO_MOD, ADDR, GOT, GOTOFF, PLT, TLSLE, TLSIE, TLSGD }; enumerator
/openbsd-src/regress/usr.bin/pkg-config/
H A DMakefile118 GOT= ${.OBJDIR}/$@.got macro
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp91 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext); in createPCXRelExprOp() local
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp80 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext); in createGOTRelExprOp() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.h45 GOT, // Used on 32 bit elf on when in pic mode. enumerator
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.h199 GOT = 425, enumerator
374 #define GOT 425 macro
H A Dbfin-parse.c226 GOT = 425, enumerator
401 #define GOT 425 macro
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.h385 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrLocal() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1242 SDValue GOT = DAG.getGLOBAL_OFFSET_TABLE(PtrVT); in LowerGLOBALADDRESS() local
1333 SDValue GOT = LowerGLOBAL_OFFSET_TABLE(Sym, DAG); in LowerToTLSInitialExecModel() local
1387 SDValue GOT = LowerGLOBAL_OFFSET_TABLE(TGA, DAG); in LowerToTLSGeneralDynamicModel() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3269 SDValue GOT = DAG.getGLOBAL_OFFSET_TABLE(PtrVT); in lowerTLSGetOffset() local