Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp510 ImportType ImportType, ImportNameType NameType, in createShortImport() argument
647 ImportType ImportType = IMPORT_CODE; in writeImportLibrary() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h700 enum ImportType : unsigned { enum