Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DViewOpGraph.cpp35 static std::string strFromOs(function_ref<void(raw_ostream &)> func) { in strFromOs() function
44 return strFromOs([&](raw_ostream &os) { os.write_escaped(str); }); in escapeString()
182 edges.push_back(strFromOs([&](raw_ostream &os) { in emitEdgeStmt()
213 return strFromOs([&](raw_ostream &os) { in getLabel()