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.cpp100 static cl::opt<std::string> DotCfgDir( variable
2270 SmallString<20> PDFFile = formatv("{0}/{1}", DotCfgDir, PDFFileName); in genHTML()
2368 HTML = std::make_unique<raw_fd_ostream>(DotCfgDir + "/passes.html", EC); in initializeHTML()
2432 sys::fs::expand_tilde(DotCfgDir, OutputDir); in registerCallbacks()
2435 DotCfgDir = OutputDir.c_str(); in registerCallbacks()