Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp59 raw_ostream &BitmapResource::log(raw_ostream &OS) const { in log()
H A DResourceScriptParser.cpp597 parseMemoryFlags(BitmapResource::getDefaultMemoryFlags()); in parseBitmapResource()
599 return std::make_unique<BitmapResource>(*Arg, MemoryFlags); in parseBitmapResource()
H A DResourceScriptStmt.h374 class BitmapResource : public RCResource {
378 BitmapResource(StringRef Location, uint16_t Flags) in BitmapResource() function
H A DResourceFileWriter.cpp704 StringRef Filename = cast<BitmapResource>(Base)->BitmapLoc; in writeBitmapBody()