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

  /external/lzma/Java/SevenZip/
LzmaAlone.java 30 public String OutFile;
134 OutFile = s;
193 java.io.File outFile = new java.io.File(params.OutFile);
196 java.io.BufferedOutputStream outStream = new java.io.BufferedOutputStream(new java.io.FileOutputStream(outFile));
  /external/llvm/tools/bugpoint/
ToolRunner.h 126 std::string &OutFile, std::string &Error,
193 std::string &OutFile, std::string &Error,
  /external/clang/lib/Frontend/
CompilerInstance.cpp 517 void CompilerInstance::addOutputFile(const OutputFile &OutFile) {
518 assert(OutFile.OS && "Attempt to add empty stream to output list!");
519 OutputFiles.push_back(OutFile);
608 std::string OutFile, TempFile;
610 OutFile = OutputPath;
612 OutFile = "-";
616 OutFile = Path.str();
618 OutFile = "-";
625 if (OutFile == "-")
646 TempPath = OutFile;
    [all...]
FrontendActions.cpp 527 std::unique_ptr<llvm::raw_fd_ostream> OutFile;
531 OutFile.reset(new llvm::raw_fd_ostream(OutputFileName.str().c_str(),
534 llvm::raw_ostream &Out = OutFile.get()? *OutFile.get() : llvm::outs();
  /external/clang/include/clang/Frontend/
CompilerInstance.h 515 /// \param OutFile - The output file info.
516 void addOutputFile(const OutputFile &OutFile);
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 276 raw_ostream *OutFile = nullptr;
279 OutFile = new raw_fd_ostream(OutFileName, ErrorInfo,
286 OS = OutFile;
361 if (OutFile)
362 delete OutFile;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 73 raw_ostream* OutFile;
660 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS),
    [all...]
RewriteObjC.cpp 73 raw_ostream* OutFile;
590 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS),
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 196 milliseconds