Searched refs:OutputPath (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp50 StringRef OutputPath, bool ShowDepth,
56 if (!OutputPath.empty()) {
59 OutputPath.str().c_str(), Error, llvm::sys::fs::F_Append);
49 AttachHeaderIncludeGen(Preprocessor &PP, bool ShowAllHeaders, StringRef OutputPath, bool ShowDepth, bool MSStyle) argument
H A DCompilerInstance.cpp267 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; local
268 if (OutputPath == "-")
269 OutputPath = "";
270 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath,
275 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/false, /*OutputPath=*/"",
469 CompilerInstance::createOutputFile(StringRef OutputPath, argument
476 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
485 << OutputPath << Error;
498 CompilerInstance::createOutputFile(StringRef OutputPath, argument
512 if (!OutputPath
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp99 std::string OutputPath; member in struct:__anon3661::AssemblerInvocation
131 OutputPath = "-";
209 Opts.OutputPath = Args->getLastArgValue(OPT_o);
243 if (Opts.OutputPath.empty())
244 Opts.OutputPath = "-";
248 if (Opts.OutputPath != "-")
249 sys::RemoveFileOnSignal(Opts.OutputPath);
253 new raw_fd_ostream(Opts.OutputPath.c_str(), Error,
257 << Opts.OutputPath << Error;
383 if (!Success && Opts.OutputPath !
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DUtils.h92 /// \param OutputPath - If non-empty, a path to write the header include
97 StringRef OutputPath = "",
H A DCompilerInstance.h593 createOutputFile(StringRef OutputPath,
602 /// If \p OutputPath is empty, then createOutputFile will derive an output
604 /// appended. If \p OutputPath is not stdout and \p UseTemporary
606 /// renamed to \p OutputPath in the end.
608 /// \param OutputPath - If given, the path to the output file.
610 /// \param BaseInput - If \p OutputPath is empty, the input path name to use
618 /// OutputPath in the end.
626 createOutputFile(StringRef OutputPath, std::string &Error,
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1228 SmallString<128> OutputPath(OutputFile);
1230 llvm::sys::fs::make_absolute(OutputPath);
1231 StringRef origDir = llvm::sys::path::parent_path(OutputPath);

Completed in 183 milliseconds