Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp102 std::string OutputPath; member
135 OutputPath = "-"; in AssemblerInvocation()
225 Opts.OutputPath = Args->getLastArgValue(OPT_o); in CreateFromArgs()
260 if (Opts.OutputPath.empty()) in GetOutputStream()
261 Opts.OutputPath = "-"; in GetOutputStream()
265 if (Opts.OutputPath != "-") in GetOutputStream()
266 sys::RemoveFileOnSignal(Opts.OutputPath); in GetOutputStream()
270 Opts.OutputPath, EC, (Binary ? sys::fs::F_None : sys::fs::F_Text)); in GetOutputStream()
272 Diags.Report(diag::err_fe_unable_to_open_output) << Opts.OutputPath in GetOutputStream()
408 if (Failed && Opts.OutputPath != "-") in ExecuteAssembler()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp50 StringRef OutputPath, bool ShowDepth, in AttachHeaderIncludeGen() argument
56 if (!OutputPath.empty()) { in AttachHeaderIncludeGen()
59 OutputPath.str(), EC, llvm::sys::fs::F_Append | llvm::sys::fs::F_Text); in AttachHeaderIncludeGen()
H A DCompilerInstance.cpp363 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; in createPreprocessor() local
364 if (OutputPath == "-") in createPreprocessor()
365 OutputPath = ""; in createPreprocessor()
366 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath, in createPreprocessor()
574 CompilerInstance::createOutputFile(StringRef OutputPath, in createOutputFile() argument
583 OutputPath, EC, Binary, RemoveFileOnSignal, InFile, Extension, in createOutputFile()
586 getDiagnostics().Report(diag::err_fe_unable_to_open_output) << OutputPath in createOutputFile()
600 StringRef OutputPath, std::error_code &Error, bool Binary, in createOutputFile() argument
608 if (!OutputPath.empty()) { in createOutputFile()
609 OutFile = OutputPath; in createOutputFile()
[all …]
/minix3/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj39 OutputPath = "bin\Debug\"
59 OutputPath = "bin\Release\"
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h634 createOutputFile(StringRef OutputPath,
667 createOutputFile(StringRef OutputPath, std::error_code &Error, bool Binary,
H A DUtils.h159 StringRef OutputPath = "",
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1401 SmallString<128> OutputPath(OutputFile); in WriteControlBlock() local
1403 llvm::sys::fs::make_absolute(OutputPath); in WriteControlBlock()
1404 StringRef origDir = llvm::sys::path::parent_path(OutputPath); in WriteControlBlock()