HomeSort by: relevance | last modified time | path
    Searched refs:isCOFFImportFile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFFImportFile.h 35 static bool classof(Binary const *V) { return V->isCOFFImportFile(); }
Binary.h 109 return isIR() || isObject() || isCOFFImportFile() || isTapiFile();
136 bool isCOFFImportFile() const {

Completed in 135 milliseconds