Home
last modified time | relevance | path

Searched refs:isCOFFImportFile (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/include/llvm/Object/
DBinary.h109 return isIR() || isObject() || isCOFFImportFile() || isTapiFile(); in isSymbolic()
136 bool isCOFFImportFile() const { in isCOFFImportFile() function
DCOFFImportFile.h35 static bool classof(Binary const *V) { return V->isCOFFImportFile(); } in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DBinary.h107 return isIR() || isObject() || isCOFFImportFile() || isTapiFile(); in isSymbolic()
134 bool isCOFFImportFile() const { in isCOFFImportFile() function
DCOFFImportFile.h35 static bool classof(Binary const *V) { return V->isCOFFImportFile(); } in classof()
/external/llvm/include/llvm/Object/
DCOFFImportFile.h34 static inline bool classof(Binary const *V) { return V->isCOFFImportFile(); } in classof()
DBinary.h118 bool isCOFFImportFile() const { in isCOFFImportFile() function