HomeSort by relevance Sort by last modified time
    Searched defs:ImportType (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFImportFile.cpp 173 ImportType Type, ImportNameType NameType);
465 ImportType ImportType,
481 Imp->TypeInfo = (NameType << 2) | ImportType;
592 ImportType ImportType = IMPORT_CODE;
594 ImportType = IMPORT_DATA;
596 ImportType = IMPORT_CONST;
614 OF.createShortImport(*Name, E.Ordinal, ImportType, NameType));
  /external/llvm/include/llvm/Support/
COFF.h 623 enum ImportType {
655 ImportType getType() const {
656 return static_cast<ImportType>(TypeInfo & 0x3);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
COFF.h 628 enum ImportType {
660 ImportType getType() const {
661 return static_cast<ImportType>(TypeInfo & 0x3);

Completed in 323 milliseconds