Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h85 bool isImportLibrary() const { return NumberOfSections == 0xffff; } in isImportLibrary() function
822 return COFFHeader->isImportLibrary() ? 0 in getSizeOfOptionalHeader()
832 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->Characteristics; in getCharacteristics()
850 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSections; in getNumberOfSections()
858 return COFFHeader->isImportLibrary() ? 0 in getPointerToSymbolTable()
867 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSymbols; in getRawNumberOfSymbols()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp731 if (COFFHeader->isImportLibrary()) in COFFObjectFile()
868 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()