Home
last modified time | relevance | path

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

/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