Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp71 raw_ostream &HTMLResource::log(raw_ostream &OS) const { in log()
H A DResourceScriptParser.cpp611 parseMemoryFlags(HTMLResource::getDefaultMemoryFlags()); in parseHTMLResource()
613 return std::make_unique<HTMLResource>(*Arg, MemoryFlags); in parseHTMLResource()
H A DResourceScriptStmt.h442 class HTMLResource : public RCResource {
446 HTMLResource(StringRef Location, uint16_t Flags) in HTMLResource() function
H A DResourceFileWriter.cpp1172 return appendFile(cast<HTMLResource>(Base)->HTMLLoc); in writeHTMLBody()