Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp38 GraphOutput("output", cl::value_desc("Output file"), cl::init("-"), variable
40 static cl::alias GraphOutput2("o", cl::aliasopt(GraphOutput),
529 raw_fd_ostream OS(GraphOutput, EC, sys::fs::OpenFlags::OF_TextWithCRLF); in __anon4662d1480302()
532 Twine("Cannot open file '") + GraphOutput + "' for writing.", EC); in __anon4662d1480302()