Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFImportFile.cpp470 ImportType ImportType, in createShortImport() argument
597 ImportType ImportType = IMPORT_CODE; in writeImportLibrary() local
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DCOFF.h686 enum ImportType : unsigned { enum