Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h84 bool isImportLibrary() const { return NumberOfSections == 0xffff; } in isImportLibrary() function
858 return COFFHeader->isImportLibrary() ? 0 in getSizeOfOptionalHeader()
868 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->Characteristics; in getCharacteristics()
886 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSections; in getNumberOfSections()
894 return COFFHeader->isImportLibrary() ? 0 in getPointerToSymbolTable()
903 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSymbols; in getRawNumberOfSymbols()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp844 if (COFFHeader->isImportLibrary()) in initialize()
990 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()