Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h84 bool isImportLibrary() const { return NumberOfSections == 0xffff; } in isImportLibrary() function
915 return COFFHeader->isImportLibrary() ? 0 in getSizeOfOptionalHeader()
925 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->Characteristics; in getCharacteristics()
943 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSections; in getNumberOfSections()
951 return COFFHeader->isImportLibrary() ? 0 in getPointerToSymbolTable()
960 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSymbols; in getRawNumberOfSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp892 if (COFFHeader->isImportLibrary()) in initialize()
1038 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()