/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | loongarch.h | 361 PLTTableManager(GOTTableManager &GOT) : GOT(GOT) {} in PLTTableManager() 391 GOTTableManager &GOT; variable
|
H A D | x86_64.h | 620 PLTTableManager(GOTTableManager &GOT) : GOT(GOT) {} in PLTTableManager() 653 GOTTableManager &GOT; variable
|
H A D | aarch64.h | 604 PLTTableManager(GOTTableManager &GOT) : GOT(GOT) {} in PLTTableManager() 634 GOTTableManager &GOT; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | PseudoSourceValue.h | 39 GOT, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_loongarch.cpp | 141 GOTTableManager GOT; in buildTables_ELF_loongarch() local
|
H A D | ELF_i386.cpp | 32 i386::GOTTableManager GOT; in buildTables_ELF_i386() local
|
H A D | ELF_x86_64.cpp | 92 x86_64::GOTTableManager GOT; in buildTables_ELF_x86_64() local
|
H A D | MachO_x86_64.cpp | 438 x86_64::GOTTableManager GOT; in buildGOTAndStubs_MachO_x86_64() local
|
H A D | MachO_arm64.cpp | 516 aarch64::GOTTableManager GOT; in buildTables_MachO_arm64() local
|
H A D | ELF_aarch64.cpp | 511 aarch64::GOTTableManager GOT; in buildTables_ELF_aarch64() local
|
/openbsd-src/gnu/llvm/lld/MachO/ |
H A D | Relocations.h | 37 GOT = 1 << 9, // References a symbol in the Global Offset Table enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYConstantPoolValue.h | 40 enum CSKYCPModifier { NO_MOD, ADDR, GOT, GOTOFF, PLT, TLSLE, TLSIE, TLSGD }; enumerator
|
/openbsd-src/regress/usr.bin/pkg-config/ |
H A D | Makefile | 118 GOT= ${.OBJDIR}/$@.got macro
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 91 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext); in createPCXRelExprOp() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEAsmPrinter.cpp | 80 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext); in createGOTRelExprOp() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86Subtarget.h | 45 GOT, // Used on 32 bit elf on when in pic mode. enumerator
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | bfin-parse.h | 199 GOT = 425, enumerator 374 #define GOT 425 macro
|
H A D | bfin-parse.c | 226 GOT = 425, enumerator 401 #define GOT 425 macro
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 385 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrLocal() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1242 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 D | SystemZISelLowering.cpp | 3269 SDValue GOT = DAG.getGLOBAL_OFFSET_TABLE(PtrVT); in lowerTLSGetOffset() local
|