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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 296 /// MO_DLLIMPORT - On a symbol operand, this represents that the reference
299 MO_DLLIMPORT = 0x20,
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 99 return X86II::MO_DLLIMPORT;
X86AsmPrinter.cpp 101 if (MO.getTargetFlags() == X86II::MO_DLLIMPORT)
135 case X86II::MO_DLLIMPORT:
X86InstrInfo.h 88 case X86II::MO_DLLIMPORT: // dllimport stub.
X86MCInstLower.cpp 132 case X86II::MO_DLLIMPORT:
193 case X86II::MO_DLLIMPORT:
    [all...]
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 131 /// MO_DLLIMPORT - On a symbol operand "FOO", this indicates that the
134 MO_DLLIMPORT,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.h 74 case X86II::MO_DLLIMPORT: // dllimport stub.
X86Subtarget.cpp 59 return X86II::MO_DLLIMPORT;
X86AsmPrinter.cpp 104 if (MO.getTargetFlags() == X86II::MO_DLLIMPORT)
177 case X86II::MO_DLLIMPORT:
X86MCInstLower.cpp 70 case X86II::MO_DLLIMPORT: {
144 case X86II::MO_DLLIMPORT:
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 184 /// MO_DLLIMPORT - On a symbol operand "FOO", this indicates that the
187 MO_DLLIMPORT,
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMISelLowering.cpp     [all...]

Completed in 170 milliseconds