Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptStmt.cpp72 raw_ostream &HTMLResource::log(raw_ostream &OS) const { in log()
DResourceScriptParser.cpp594 parseMemoryFlags(HTMLResource::getDefaultMemoryFlags()); in parseHTMLResource()
596 return llvm::make_unique<HTMLResource>(*Arg, MemoryFlags); in parseHTMLResource()
DResourceScriptStmt.h387 class HTMLResource : public RCResource {
391 HTMLResource(StringRef Location, uint16_t Flags) in HTMLResource() function
DResourceFileWriter.cpp1165 return appendFile(cast<HTMLResource>(Base)->HTMLLoc); in writeHTMLBody()