Searched refs:OutputDir (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/tools/scan-build/bin/ |
| H A D | scan-build | 49 OutputDir => undef, # Parent directory to store HTML files. 928 my $NumBugs = Postprocess($Options{OutputDir}, $BaseDir, 1038 my $OutputDir = $EnvVars->{"OUTPUT_DIR"}; 1045 "CLANG_ANALYZER_OUTPUT_DIR=$OutputDir", 1559 if (defined($Options{OutputDir})) { 1573 $Options{OutputDir} = abs_path($OutDir); 1579 if (defined($Options{OutputDir})) { 1593 $Options{OutputDir} = abs_path($OutDir); 1854 Finalize($Options{OutputDir}, 0); 1866 my $BaseDir = $Options{OutputDir}; [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 74 const std::string &OutputDir, const Preprocessor &pp, in HTMLDiagnostics() argument 76 : DiagOpts(std::move(DiagOpts)), Directory(OutputDir), PP(pp), in HTMLDiagnostics() 175 const std::string &OutputDir, const Preprocessor &PP, in createHTMLDiagnosticConsumer() argument 184 createTextMinimalPathDiagnosticConsumer(DiagOpts, C, OutputDir, PP, CTU, in createHTMLDiagnosticConsumer() 188 if (OutputDir.empty()) in createHTMLDiagnosticConsumer() 191 C.push_back(new HTMLDiagnostics(std::move(DiagOpts), OutputDir, PP, true)); in createHTMLDiagnosticConsumer() 196 const std::string &OutputDir, const Preprocessor &PP, in createHTMLSingleFileDiagnosticConsumer() argument 199 createTextMinimalPathDiagnosticConsumer(DiagOpts, C, OutputDir, PP, CTU, in createHTMLSingleFileDiagnosticConsumer() 203 if (OutputDir.empty()) in createHTMLSingleFileDiagnosticConsumer() 206 C.push_back(new HTMLDiagnostics(std::move(DiagOpts), OutputDir, PP, false)); in createHTMLSingleFileDiagnosticConsumer()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 502 static std::string constructPCMPath(ModuleID MID, StringRef OutputDir) { in constructPCMPath() argument 503 SmallString<256> ExplicitPCMPath(OutputDir); in constructPCMPath() 510 StringRef OutputDir) { in lookupModuleOutput() argument 511 std::string PCMPath = constructPCMPath(MID, OutputDir); in lookupModuleOutput() 757 std::string OutputDir(ModuleFilesDir); in main() local 758 if (OutputDir.empty()) in main() 759 OutputDir = getModuleCachePath(Input->CommandLine); in main() 761 return ::lookupModuleOutput(MID, MOK, OutputDir); in main()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 256 static std::string OutputDir; variable 475 if (!OutputDir.empty()) { in parseCommandLine() 482 if (!sys::fs::create_directories(OutputDir)) in parseCommandLine() 483 sys::fs::is_directory(OutputDir, IsDir); in parseCommandLine() 485 fail("'" + OutputDir + "' is not a directory"); in parseCommandLine() 590 if (OutputDir.empty()) { in doExtract() 593 sys::path::append(path, OutputDir, sys::path::filename(Name)); in doExtract() 1389 OutputDir = Match; in ar_main()
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 2080 SmallString<128> OutputDir; in registerCallbacks() local 2081 sys::fs::expand_tilde(DotCfgDir, OutputDir); in registerCallbacks() 2082 sys::fs::make_absolute(OutputDir); in registerCallbacks() 2083 assert(!OutputDir.empty() && "expected output dir to be non-empty"); in registerCallbacks() 2084 DotCfgDir = OutputDir.c_str(); in registerCallbacks()
|