Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DBinary.h154 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()