Home
last modified time | relevance | path

Searched refs:ImportType (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/lib/Object/
DCOFFImportFile.cpp172 ImportType Type, ImportNameType NameType);
464 ImportType ImportType, in createShortImport() argument
480 Imp->TypeInfo = (NameType << 2) | ImportType; in createShortImport()
591 ImportType ImportType = IMPORT_CODE; in writeImportLibrary() local
593 ImportType = IMPORT_DATA; in writeImportLibrary()
595 ImportType = IMPORT_CONST; in writeImportLibrary()
616 OF.createShortImport(*Name, E.Ordinal, ImportType, NameType)); in writeImportLibrary()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFImportFile.cpp172 ImportType Type, ImportNameType NameType);
464 ImportType ImportType, in createShortImport() argument
480 Imp->TypeInfo = (NameType << 2) | ImportType; in createShortImport()
591 ImportType ImportType = IMPORT_CODE; in writeImportLibrary() local
593 ImportType = IMPORT_DATA; in writeImportLibrary()
595 ImportType = IMPORT_CONST; in writeImportLibrary()
616 OF.createShortImport(*Name, E.Ordinal, ImportType, NameType)); in writeImportLibrary()
/external/llvm/include/llvm/Support/
DCOFF.h623 enum ImportType { enum
655 ImportType getType() const { in getType()
656 return static_cast<ImportType>(TypeInfo & 0x3); in getType()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h628 enum ImportType { enum
660 ImportType getType() const { in getType()
661 return static_cast<ImportType>(TypeInfo & 0x3); in getType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DCOFF.h678 enum ImportType : unsigned { enum
710 ImportType getType() const { return static_cast<ImportType>(TypeInfo & 0x3); } in getType()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DCOFF.h685 enum ImportType : unsigned { enum
717 ImportType getType() const { return static_cast<ImportType>(TypeInfo & 0x3); } in getType()
/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.cpp213 QualType ASTImporterTestBase::ImportType(QualType FromType, Decl *TUDecl, in ImportType() function in clang::ast_matchers::ASTImporterTestBase
DASTImporterFixtures.h192 QualType ImportType(QualType FromType, Decl *TUDecl, TestLanguage ToLang);
DASTImporterTest.cpp35 struct ImportType : TestImportBase {}; struct
511 TEST_P(ImportType, ImportAtomicType) { in TEST_P() argument
547 TEST_P(ImportType, ImportTypeAliasTemplate) { in TEST_P() argument
577 TEST_P(ImportType, ImportPackExpansion) { in TEST_P() argument
595 TEST_P(ImportType, ImportDependentTemplateSpecialization) { in TEST_P() argument
709 ImportType(FromVar->getType().getCanonicalType(), FromVar, Lang_C99); in TEST_P()
5350 QualType ImportedType = ImportType(FromType, FromTypedef, Lang_CXX03); in TEST_P()
5615 QualType ToT = ImportType(From->getType(), From, Lang_CXX14); in TEST_P()
6086 INSTANTIATE_TEST_CASE_P(ParameterizedTests, ImportType,