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

  /external/clang/lib/Frontend/
FrontendActions.cpp 550 std::unique_ptr<llvm::raw_fd_ostream> OutFile;
554 OutFile.reset(new llvm::raw_fd_ostream(OutputFileName.str(), EC,
557 llvm::raw_ostream &Out = OutFile.get()? *OutFile.get() : llvm::outs();
CompilerInstance.cpp 521 void CompilerInstance::addOutputFile(OutputFile &&OutFile) {
522 assert(OutFile.OS && "Attempt to add empty stream to output list!");
523 OutputFiles.push_back(std::move(OutFile));
604 std::string OutFile, TempFile;
606 OutFile = OutputPath;
608 OutFile = "-";
612 OutFile = Path.str();
614 OutFile = "-";
621 if (OutFile == "-")
642 TempPath = OutFile;
    [all...]
  /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/dsymutil/
DwarfLinker.cpp 384 std::unique_ptr<raw_fd_ostream> OutFile;
508 OutFile =
513 MS = TheTarget->createMCObjectStreamer(TheTriple, *MC, *MAB, *OutFile, MCE,
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 75 raw_ostream* OutFile;
651 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS),
    [all...]
RewriteObjC.cpp 75 raw_ostream* OutFile;
581 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS),
    [all...]

Completed in 374 milliseconds