Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h177 RkBitmap = 2, enumerator
382 IntOrString getResourceType() const override { return RkBitmap; } in getResourceType()
389 ResourceKind getKind() const override { return RkBitmap; } in getKind()
391 return Res->getKind() == RkBitmap; in classof()