Searched refs:isImportLibrary (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DCOFF.h61 bool isImportLibrary() const { return NumberOfSections == 0xffff; } function in struct:llvm::object::coff_file_header
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp510 if (!COFFHeader->isImportLibrary())
590 int numSections = COFFHeader->isImportLibrary()

Completed in 54 milliseconds