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

  /external/llvm/tools/dsymutil/
MachOUtils.h 33 raw_fd_ostream &OutFile);
MachOUtils.cpp 317 // by \a DM to \a OutFile. The passed \a MS MCStreamer is setup to write to
318 // \a OutFile and it must be using a MachObjectWriter object to do so.
320 raw_fd_ostream &OutFile) {
428 assert(OutFile.tell() == HeaderSize);
434 assert(OutFile.tell() == HeaderSize + sizeof(UUIDCmd));
479 assert(OutFile.tell() == LoadCommandSize + HeaderSize);
481 assert(OutFile.tell() == SymtabStart);
486 assert(OutFile.tell() == StringStart);
501 assert(OutFile.tell() == StringStart + NewStringsSize);
505 assert(OutFile.tell() == DwarfSegmentStart)
    [all...]
DwarfLinker.cpp 482 std::unique_ptr<raw_fd_ostream> OutFile;
617 OutFile =
624 TheTriple, *MC, *MAB, *OutFile, MCE, *MSTI, MCOptions.MCRelaxAll,
649 return MachOUtils::generateDsymCompanion(DM, *MS, *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/libgdx/gdx/src/com/badlogic/gdx/utils/compression/
Lzma.java 53 public String 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 538 void CompilerInstance::addOutputFile(OutputFile &&OutFile) {
539 assert(OutFile.OS && "Attempt to add empty stream to output list!");
540 OutputFiles.push_back(std::move(OutFile));
621 std::string OutFile, TempFile;
623 OutFile = OutputPath;
625 OutFile = "-";
629 OutFile = Path.str();
631 OutFile = "-";
638 if (OutFile == "-")
661 TempPath = OutFile;
    [all...]
FrontendActions.cpp 595 std::unique_ptr<llvm::raw_fd_ostream> OutFile;
599 OutFile.reset(new llvm::raw_fd_ostream(OutputFileName.str(), EC,
602 llvm::raw_ostream &Out = OutFile.get()? *OutFile.get() : llvm::outs();
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 404 raw_fd_ostream OutFile(OutputFilename, EC, sys::fs::F_None);
410 TheTriple, MC, *MAB, OutFile, MCE, *MSTI, MCOptions.MCRelaxAll,
  /external/clang/include/clang/Frontend/
CompilerInstance.h 577 /// \param OutFile - The output file info.
578 void addOutputFile(OutputFile &&OutFile);
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 75 raw_ostream* OutFile;
581 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS),
    [all...]
RewriteModernObjC.cpp 75 raw_ostream* OutFile;
651 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS),
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 1088 milliseconds