Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DBinary.h136 bool isWinRes() const { return TypeID == ID_WinRes; } in isWinRes() function
DWindowsResource.h135 static bool classof(const Binary *V) { return V->isWinRes(); } in classof()