Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp59 raw_ostream &BitmapResource::log(raw_ostream &OS) const { in log()
H A DResourceScriptParser.cpp598 parseMemoryFlags(BitmapResource::getDefaultMemoryFlags()); in parseBitmapResource()
600 return std::make_unique<BitmapResource>(*Arg, MemoryFlags); in parseBitmapResource()
H A DResourceScriptStmt.h373 class BitmapResource : public RCResource {
377 BitmapResource(StringRef Location, uint16_t Flags) in BitmapResource() function
H A DResourceFileWriter.cpp704 StringRef Filename = cast<BitmapResource>(Base)->BitmapLoc; in writeBitmapBody()