Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h241 virtual IntOrString getResourceType() const { in getResourceType() function
258 IntOrString getResourceType() const override { return 0; } in getResourceType() function
358 IntOrString getResourceType() const override { return RkAccelerators; } in getResourceType() function
382 IntOrString getResourceType() const override { return RkBitmap; } in getResourceType() function
454 IntOrString getResourceType() const override { return RkHTML; } in getResourceType() function
573 IntOrString getResourceType() const override { return RkMenu; } in getResourceType() function
674 IntOrString getResourceType() const override { return RkDialog; } in getResourceType() function
707 IntOrString getResourceType() const override { return Type; } in getResourceType() function
837 IntOrString getResourceType() const override { return RkVersionInfo; } in getResourceType() function
H A DResourceFileWriter.cpp556 auto ResType = Res->getResourceType(); in writeResource()
803 IntOrString getResourceType() const override { in getResourceType() function in llvm::rc::SingleIconCursorResource
825 IntOrString getResourceType() const override { in getResourceType() function in llvm::rc::IconCursorGroupResource
1236 IntOrString getResourceType() const override { return 6; } in getResourceType() function in llvm::rc::BundleResource
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp287 HLSLResourceAttr::ResourceClass RC = Attr->getResourceType(); in annotateHLSLResource()