reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86AsmPrinter.cpp
  130     if (MO.getTargetFlags() == X86II::MO_DLLIMPORT)
  166   case X86II::MO_DLLIMPORT:
lib/Target/X86/X86FastISel.cpp
 3501     bool NeedLoad = OpFlags == X86II::MO_DLLIMPORT ||
lib/Target/X86/X86InstrInfo.cpp
 7720       {MO_DLLIMPORT, "x86-dllimport"},
lib/Target/X86/X86InstrInfo.h
   79   case X86II::MO_DLLIMPORT:               // dllimport stub.
lib/Target/X86/X86MCInstLower.cpp
  128   case X86II::MO_DLLIMPORT:
  204   case X86II::MO_DLLIMPORT:
lib/Target/X86/X86Subtarget.cpp
  146       return X86II::MO_DLLIMPORT;
  187       return X86II::MO_DLLIMPORT;