HomeSort by relevance Sort by last modified time
    Searched refs:MO_GOT (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonBaseInfo.h 170 /// MO_GOT - Indicates a GOT-relative relocation
171 MO_GOT,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 39 MO_GOT,
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 32 case SystemZII::MO_GOT:
SystemZInstrInfo.h 62 MO_GOT = (1 << 0)
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 38 case AArch64II::MO_GOT:
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 48 case MipsII::MO_GOT: Kind = MCSymbolRefExpr::VK_Mips_GOT; break;
MipsAsmPrinter.cpp 459 case MipsII::MO_GOT: O << "%got("; break;
Mips16ISelLowering.cpp 476 JumpTarget = getAddrGlobal(JumpTarget, DAG, MipsII::MO_GOT);
MipsISelLowering.cpp 116 unsigned GOTFlag = HasMips64 ? MipsII::MO_GOT_PAGE : MipsII::MO_GOT;
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 79 case X86II::MO_GOT: // normal GOT reference.
95 case X86II::MO_GOT: // isPICStyleGOT: other global.
X86Subtarget.cpp 96 return X86II::MO_GOT;
X86AsmPrinter.cpp 197 case X86II::MO_GOT: O << "@GOT"; break;
X86MCInstLower.cpp 194 case X86II::MO_GOT: RefKind = MCSymbolRefExpr::VK_GOT; break;
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 67 /// MO_GOT - On a symbol operand this indicates that the immediate is the
72 MO_GOT,
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h     [all...]

Completed in 98 milliseconds