Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFF.h71 bool isImportLibrary() const { return NumberOfSections == 0xffff; } in isImportLibrary() function
603 return COFFHeader->isImportLibrary() ? 0 in getSizeOfOptionalHeader()
612 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->Characteristics; in getCharacteristics()
628 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSections; in getNumberOfSections()
635 return COFFHeader->isImportLibrary() ? 0 in getPointerToSymbolTable()
643 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSymbols; in getNumberOfSymbols()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp616 if (COFFHeader->isImportLibrary()) in COFFObjectFile()
736 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()