Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2175 static ErrorOr<std::string> DotExe = sys::findProgramByName(DotBinary); in genHTML() local
2176 if (!DotExe) in genHTML()
2180 int Result = sys::ExecuteAndWait(*DotExe, Args, std::nullopt); in genHTML()