Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp73 DotBinary("print-changed-dot-path", cl::Hidden, cl::init("dot"), variable
2272 static ErrorOr<std::string> DotExe = sys::findProgramByName(DotBinary); in genHTML()
2276 StringRef Args[] = {DotBinary, "-Tpdf", "-o", PDFFile, DotFile}; in genHTML()