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

  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 45 /// MO_PLT - On a symbol operand this indicates that the immediate is
49 MO_PLT = 2
SystemZAsmPrinter.cpp 176 case SystemZII::MO_PLT: O << "@PLT"; break;
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 52 case ARMII::MO_PLT:
ARMBaseInfo.h 286 /// MO_PLT - On a symbol operand, this represents an ELF PLT reference on a
288 MO_PLT
ARMAsmPrinter.cpp 295 if (TF == ARMII::MO_PLT)
301 if (TF == ARMII::MO_PLT)
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 131 /// MO_PLT - On a symbol operand this indicates that the immediate is
136 MO_PLT,
    [all...]
X86AsmPrinter.cpp 197 case X86II::MO_PLT: O << "@PLT"; break;
X86MCInstLower.cpp 165 case X86II::MO_PLT: RefKind = MCSymbolRefExpr::VK_PLT; break;
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 1358 milliseconds