Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-graph.cpp36 GraphOutput("output", cl::value_desc("Output file"), cl::init("-"), variable
38 static cl::alias GraphOutput2("o", cl::aliasopt(GraphOutput),
526 raw_fd_ostream OS(GraphOutput, EC, sys::fs::OpenFlags::OF_TextWithCRLF); in __anona86fd5d30302()
529 Twine("Cannot open file '") + GraphOutput + "' for writing.", EC); in __anona86fd5d30302()