HomeSort by relevance Sort by last modified time
    Searched defs:GOT (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 39 GOT,
84 case ARMCP::GOT: return "GOT";
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 193 /// GOT address into a register.
402 SDValue GOT = SDValue(getGlobalBaseReg(), 0);
403 Chain = CurDAG->getCopyToReg(Chain, dl, Alpha::R29, GOT, InFlag);
  /external/llvm/lib/Target/X86/
X86Subtarget.h 36 GOT, // Used on many 32-bit unices in -fPIC mode.
215 bool isPICStyleGOT() const { return PICStyle == PICStyles::GOT; }
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 336 milliseconds