HomeSort by relevance Sort by last modified time
    Searched refs:OutputPath (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 48 StringRef OutputPath, bool ShowDepth) {
53 if (!OutputPath.empty()) {
56 OutputPath.str().c_str(), Error, llvm::raw_fd_ostream::F_Append);
CompilerInstance.cpp 266 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile;
267 if (OutputPath == "-")
268 OutputPath = "";
269 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath,
457 CompilerInstance::createOutputFile(StringRef OutputPath,
463 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
471 << OutputPath << Error;
484 CompilerInstance::createOutputFile(StringRef OutputPath,
494 if (!OutputPath.empty()) {
495 OutFile = OutputPath;
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 82 std::string OutputPath;
114 OutputPath = "-";
177 Opts.OutputPath = Args->getLastArgValue(OPT_o);
208 if (Opts.OutputPath.empty())
209 Opts.OutputPath = "-";
213 if (Opts.OutputPath != "-")
214 sys::RemoveFileOnSignal(sys::Path(Opts.OutputPath));
218 new raw_fd_ostream(Opts.OutputPath.c_str(), Error,
222 << Opts.OutputPath << Error;
328 if (!Success && Opts.OutputPath != "-"
    [all...]
  /external/clang/include/clang/Frontend/
Utils.h 87 /// \param OutputPath - If non-empty, a path to write the header include
90 StringRef OutputPath = "",
CompilerInstance.h 567 createOutputFile(StringRef OutputPath,
575 /// If \arg OutputPath is empty, then createOutputFile will derive an output
577 /// Extension appended. If OutputPath is not stdout and \arg UseTemporary
579 /// renamed to OutputPath in the end.
581 /// \param OutputPath - If given, the path to the output file.
583 /// \param BaseInput - If \arg OutputPath is empty, the input path name to use
591 /// OutputPath in the end
597 createOutputFile(StringRef OutputPath, std::string &Error,
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 123 milliseconds