Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp207 GraphDiffOutput("output", cl::value_desc("Output file"), cl::init("-"), variable
210 static cl::alias GraphDiffOutputA("o", cl::aliasopt(GraphDiffOutput),
459 raw_fd_ostream OS(GraphDiffOutput, EC, sys::fs::OpenFlags::OF_TextWithCRLF); in __anon0eabb36e0102()
462 Twine("Cannot open file '") + GraphDiffOutput + "' for writing.", EC); in __anon0eabb36e0102()