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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 300 /// MO_DLLIMPORT - On a symbol operand, this represents that the reference
303 MO_DLLIMPORT = 0x40,
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 68 return X86II::MO_DLLIMPORT;
X86AsmPrinter.cpp 95 if (MO.getTargetFlags() == X86II::MO_DLLIMPORT)
141 case X86II::MO_DLLIMPORT:
X86InstrInfo.h 87 case X86II::MO_DLLIMPORT: // dllimport stub.
X86MCInstLower.cpp 82 case X86II::MO_DLLIMPORT:
180 case X86II::MO_DLLIMPORT:
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 174 /// MO_DLLIMPORT - On a symbol operand "FOO", this indicates that the
177 MO_DLLIMPORT,
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 820 bool IsIndirect = (TargetFlags & ARMII::MO_DLLIMPORT);
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 297 milliseconds