Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h84 bool isImportLibrary() const { return NumberOfSections == 0xffff; } in isImportLibrary() function
869 return COFFHeader->isImportLibrary() ? 0 in getSizeOfOptionalHeader()
879 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->Characteristics; in getCharacteristics()
897 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSections; in getNumberOfSections()
905 return COFFHeader->isImportLibrary() ? 0 in getPointerToSymbolTable()
914 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSymbols; in getRawNumberOfSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp780 if (COFFHeader->isImportLibrary()) in initialize()
924 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()