Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFImportFile.cpp173 ImportType Type, ImportNameType NameType);
465 ImportType ImportType, in createShortImport() argument
481 Imp->TypeInfo = (NameType << 2) | ImportType; in createShortImport()
592 ImportType ImportType = IMPORT_CODE; in writeImportLibrary() local
594 ImportType = IMPORT_DATA; in writeImportLibrary()
596 ImportType = IMPORT_CONST; in writeImportLibrary()
614 OF.createShortImport(*Name, E.Ordinal, ImportType, NameType)); in writeImportLibrary()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DCOFF.h676 enum ImportType : unsigned { enum
708 ImportType getType() const { return static_cast<ImportType>(TypeInfo & 0x3); } in getType()