Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DBinary.h158 bool isWinRes() const { return TypeID == ID_WinRes; } in isWinRes() function
H A DWindowsResource.h140 static bool classof(const Binary *V) { return V->isWinRes(); } in classof()