OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isWinRes
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
Binary.h
136
bool
isWinRes
() const { return TypeID == ID_WinRes; }
WindowsResource.h
135
static bool classof(const Binary *V) { return V->
isWinRes
(); }
Completed in 276 milliseconds