Searched refs:ImportType (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/lib/Object/ |
D | COFFImportFile.cpp | 172 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/ |
D | COFFImportFile.cpp | 172 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/ |
D | COFF.h | 623 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/ |
D | COFF.h | 628 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/ |
D | COFF.h | 678 enum ImportType : unsigned { enum 710 ImportType getType() const { return static_cast<ImportType>(TypeInfo & 0x3); } in getType()
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 685 enum ImportType : unsigned { enum 717 ImportType getType() const { return static_cast<ImportType>(TypeInfo & 0x3); } in getType()
|
/external/llvm-project/clang/unittests/AST/ |
D | ASTImporterFixtures.cpp | 213 QualType ASTImporterTestBase::ImportType(QualType FromType, Decl *TUDecl, in ImportType() function in clang::ast_matchers::ASTImporterTestBase
|
D | ASTImporterFixtures.h | 192 QualType ImportType(QualType FromType, Decl *TUDecl, TestLanguage ToLang);
|
D | ASTImporterTest.cpp | 35 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,
|