Searched defs:ImportType (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Object/ |
H A D | COFFImportFile.cpp | 531 createShortImport(StringRef Sym,uint16_t Ordinal,ImportType ImportType,ImportNameType NameType,StringRef ExportName,MachineTypes Machine) createShortImport() argument 674 ImportType ImportType = IMPORT_CODE; writeImportLibrary() local [all...] |
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterFixtures.cpp | 213 QualType ASTImporterTestBase::ImportType(QualType FromType, Decl *TUDecl, in ImportType() function in clang::ast_matchers::ASTImporterTestBase
|
H A D | ASTImporterTest.cpp | 35 struct ImportType : TestImportBase {}; struct 588 TEST_P(ImportType, ImportAtomicType) { in TEST_P() argument 596 TEST_P(ImportType, ImportBitIntType) { in TEST_P() argument 603 TEST_P(ImportType, ImportDependentBitIntType) { in TEST_P() argument 612 TEST_P(ImportType, ImportDependentAddressSpaceType) { in TEST_P() argument 625 TEST_P(ImportType, ImportVectorType) { in TEST_P() argument 633 TEST_P(ImportType, ImportDependentVectorType) { in TEST_P() argument 686 TEST_P(ImportType, ImportUsingTyp argument 723 TEST_P(ImportType,ImportTypeAliasTemplate) TEST_P() argument 753 TEST_P(ImportType,ImportPackExpansion) TEST_P() argument 770 TEST_P(ImportType,ImportDependentTemplateSpecialization) TEST_P() argument 783 TEST_P(ImportType,ImportDeducedTemplateSpecialization) TEST_P() argument [all...] |
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 700 enum ImportType : unsigned { global() enum
|