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

References

include/llvm/BinaryFormat/COFF.h
  710   ImportType getType() const { return static_cast<ImportType>(TypeInfo & 0x3); }
lib/Object/COFFImportFile.cpp
  172                                      ImportType Type, ImportNameType NameType);
  464                                                   ImportType ImportType,
  591     ImportType ImportType = IMPORT_CODE;