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

  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 48 case MipsII::MO_GOT: Kind = MCSymbolRefExpr::VK_Mips_GOT; break;
MipsAsmPrinter.cpp 433 case MipsII::MO_GOT: O << "%got("; break;
MipsISelLowering.cpp     [all...]
  /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 198 case X86II::MO_GOT: O << "@GOT"; break;
X86MCInstLower.cpp 168 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,

Completed in 116 milliseconds