HomeSort by relevance Sort by last modified time
    Searched defs:OutputFile (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/Frontend/
DependencyOutputOptions.h 30 std::string OutputFile;
CompilerInstance.h 102 struct OutputFile {
107 OutputFile(const std::string &filename, const std::string &tempFilename,
113 std::list<OutputFile> OutputFiles;
439 void addOutputFile(const OutputFile &OutFile);
FrontendOptions.h 92 std::string OutputFile;
  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 20 raw_ostream *OutputFile;
31 : SM(PP->getSourceManager()), OutputFile(OutputFile_),
38 delete OutputFile;
49 raw_ostream *OutputFile = &llvm::errs();
64 OutputFile = OS;
70 OutputFile, OwnsOutputFile,
123 OutputFile->write(Msg.data(), Msg.size());
FrontendActions.cpp 60 if (CI.getFrontendOpts().OutputFile.empty())
81 std::string OutputFile;
83 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
88 return new PCHGenerator(CI.getPreprocessor(), OutputFile, MakeModule,
95 std::string &OutputFile,
106 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
112 OutputFile = CI.getFrontendOpts().OutputFile;
157 if (CI.getFrontendOpts().OutputFile.empty() ||
158 CI.getFrontendOpts().OutputFile == "-")
    [all...]
ASTUnit.cpp 832 std::string OutputFile;
835 OutputFile,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
TextPathDiagnostics.cpp 27 const std::string OutputFile;
32 : OutputFile(output), Diag(diag) {}
PlistDiagnostics.cpp 65 const std::string OutputFile;
93 : OutputFile(output), LangOpts(LO), SubPD(subPD), flushed(false) {}
380 llvm::raw_fd_ostream o(OutputFile.c_str(), ErrMsg);
382 llvm::errs() << "warning: could not creat file: " << OutputFile << '\n';
464 FilesMade->push_back(OutputFile);
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 338 std::string OutputFile,
370 if (OutputFile.empty()) OutputFile = OutputPrefix + "-execution-output";
373 sys::Path uniqueFile(OutputFile);
379 OutputFile = uniqueFile.str();
386 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile,
390 return OutputFile;
406 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
412 return OutputFile;
419 std::string OutputFile,
    [all...]
  /frameworks/compile/slang/
llvm-rs-cc.cpp 283 std::string OutputFile(OutputDir);
286 if (!OutputFile.empty() &&
287 (OutputFile[OutputFile.size() - 1]) != OS_PATH_SEPARATOR)
288 OutputFile.append(1, OS_PATH_SEPARATOR);
293 OutputFile.append(slang::RSSlangReflectUtils::GetFileNameStem(InputFile));
295 OutputFile.append(
301 OutputFile.append(".d");
305 OutputFile.append(".S");
309 OutputFile.append(".ll")
    [all...]
slang_rs.cpp 277 const char *InputFile, *OutputFile, *BCOutputFile, *DepOutputFile;
303 OutputFile = IOFileIter->second;
310 if (!setOutput(OutputFile))
  /external/clang/include/clang/Serialization/
ASTWriter.h 338 const std::string &OutputFile);
384 StringRef isysroot, const std::string &OutputFile,
406 const std::string &OutputFile,
635 std::string OutputFile;
650 PCHGenerator(const Preprocessor &PP, StringRef OutputFile,

Completed in 600 milliseconds