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

  /external/llvm/lib/Target/X86/
X86InstrInfo.h 76 case X86II::MO_GOT: // normal GOT reference.
92 case X86II::MO_GOT: // isPICStyleGOT: other global.
X86Subtarget.cpp 95 return X86II::MO_GOT;
X86AsmPrinter.cpp 194 case X86II::MO_GOT: O << "@GOT"; break;
X86MCInstLower.cpp 164 case X86II::MO_GOT: RefKind = MCSymbolRefExpr::VK_GOT; break;
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 39 MO_GOT,
  /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/Mips/
MipsAsmPrinter.cpp 420 case MipsII::MO_GOT: O << "%got("; break;
MipsMCInstLower.cpp 49 case MipsII::MO_GOT: Kind = MCSymbolRefExpr::VK_Mips_GOT; break;
MipsISelLowering.cpp     [all...]

Completed in 91 milliseconds