Home
last modified time | relevance | path

Searched refs:applyStmts (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptStmt.h178 virtual Error applyStmts(Visitor *) const { return Error::success(); } in applyStmts() function
240 virtual Error applyStmts(Visitor *V) const { return OptStatements->visit(V); } in applyStmts() function
DResourceFileWriter.cpp478 RETURN_IF_ERROR(Res->applyStmts(this)); in visitStringTableResource()
559 RETURN_IF_ERROR(handleError(Res->applyStmts(this), Res)); in writeResource()