Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp75 const std::string &OutputDir, const Preprocessor &pp, in HTMLDiagnostics() argument
77 : DiagOpts(std::move(DiagOpts)), Directory(OutputDir), PP(pp), in HTMLDiagnostics()
176 const std::string &OutputDir, const Preprocessor &PP, in createHTMLDiagnosticConsumer() argument
185 createTextMinimalPathDiagnosticConsumer(DiagOpts, C, OutputDir, PP, CTU, in createHTMLDiagnosticConsumer()
189 if (OutputDir.empty()) in createHTMLDiagnosticConsumer()
192 C.push_back(new HTMLDiagnostics(std::move(DiagOpts), OutputDir, PP, true)); in createHTMLDiagnosticConsumer()
197 const std::string &OutputDir, const Preprocessor &PP, in createHTMLSingleFileDiagnosticConsumer() argument
200 createTextMinimalPathDiagnosticConsumer(DiagOpts, C, OutputDir, PP, CTU, in createHTMLSingleFileDiagnosticConsumer()
204 if (OutputDir.empty()) in createHTMLSingleFileDiagnosticConsumer()
207 C.push_back(new HTMLDiagnostics(std::move(DiagOpts), OutputDir, PP, false)); in createHTMLSingleFileDiagnosticConsumer()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp251 static std::string OutputDir; variable
470 if (!OutputDir.empty()) { in parseCommandLine()
477 if (!sys::fs::create_directories(OutputDir)) in parseCommandLine()
478 sys::fs::is_directory(OutputDir, IsDir); in parseCommandLine()
480 fail("'" + OutputDir + "' is not a directory"); in parseCommandLine()
585 if (OutputDir.empty()) { in doExtract()
588 sys::path::append(path, OutputDir, sys::path::filename(Name)); in doExtract()
1386 OutputDir = Match; in ar_main()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp564 std::string OutputDir = CI.getFrontendOpts().SymbolGraphOutputDir; in CreateOutputFile() local
569 llvm::SmallString<128> OutFilePath(OutputDir); in CreateOutputFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2334 SmallString<128> OutputDir; in registerCallbacks() local
2335 sys::fs::expand_tilde(DotCfgDir, OutputDir); in registerCallbacks()
2336 sys::fs::make_absolute(OutputDir); in registerCallbacks()
2337 assert(!OutputDir.empty() && "expected output dir to be non-empty"); in registerCallbacks()
2338 DotCfgDir = OutputDir.c_str(); in registerCallbacks()