Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp97 static cl::opt<std::string> DotCfgDir( variable
2263 SmallString<20> PDFFile = formatv("{0}/{1}", DotCfgDir, PDFFileName); in genHTML()
2361 HTML = std::make_unique<raw_fd_ostream>(DotCfgDir + "/passes.html", EC); in initializeHTML()
2425 sys::fs::expand_tilde(DotCfgDir, OutputDir); in registerCallbacks()
2428 DotCfgDir = OutputDir.c_str(); in registerCallbacks()