Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h161 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()