Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp208 GraphDiffOutput("output", cl::value_desc("Output file"), cl::init("-"), variable
211 static cl::alias GraphDiffOutputA("o", cl::aliasopt(GraphDiffOutput),
460 raw_fd_ostream OS(GraphDiffOutput, EC, sys::fs::OpenFlags::OF_TextWithCRLF); in __anon56ae4c9e0102()
463 Twine("Cannot open file '") + GraphDiffOutput + "' for writing.", EC); in __anon56ae4c9e0102()