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

  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 124 .addGlobalAddress(GV, 0, ARMII::MO_NONLAZY);
ARMAsmPrinter.cpp 835 bool IsIndirect = (TargetFlags & ARMII::MO_NONLAZY) &&
    [all...]
ARMFastISel.cpp 603 TF = ARMII::MO_NONLAZY;
    [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 305 /// MO_NONLAZY - This is an independent flag, on a symbol operand "FOO" it
310 MO_NONLAZY = 0x80,

Completed in 297 milliseconds