HomeSort by relevance Sort by last modified time
    Searched refs:isImportLibrary (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Object/
COFF.h 62 bool isImportLibrary() const { return NumberOfSections == 0xffff; }
  /external/llvm/lib/Object/
COFFObjectFile.cpp 577 if (COFFHeader->isImportLibrary())
659 int NumSections = COFFHeader->isImportLibrary()
    [all...]

Completed in 142 milliseconds