Home
last modified time | relevance | path

Searched refs:OutFile (Results 1 – 15 of 15) sorted by relevance

/external/llvm/tools/dsymutil/
DMachOUtils.cpp320 raw_fd_ostream &OutFile) { in generateDsymCompanion() argument
428 assert(OutFile.tell() == HeaderSize); in generateDsymCompanion()
434 assert(OutFile.tell() == HeaderSize + sizeof(UUIDCmd)); in generateDsymCompanion()
479 assert(OutFile.tell() == LoadCommandSize + HeaderSize); in generateDsymCompanion()
481 assert(OutFile.tell() == SymtabStart); in generateDsymCompanion()
486 assert(OutFile.tell() == StringStart); in generateDsymCompanion()
501 assert(OutFile.tell() == StringStart + NewStringsSize); in generateDsymCompanion()
505 assert(OutFile.tell() == DwarfSegmentStart); in generateDsymCompanion()
512 uint64_t Pos = OutFile.tell(); in generateDsymCompanion()
DMachOUtils.h33 raw_fd_ostream &OutFile);
DDwarfLinker.cpp482 std::unique_ptr<raw_fd_ostream> OutFile; member in llvm::dsymutil::__anon1f629b1b0111::DwarfStreamer
617 OutFile = in init()
624 TheTriple, *MC, *MAB, *OutFile, MCE, *MSTI, MCOptions.MCRelaxAll, in init()
649 return MachOUtils::generateDsymCompanion(DM, *MS, *OutFile); in finish()
/external/lzma/Java/SevenZip/
DLzmaAlone.java30 public String OutFile; field in LzmaAlone.CommandLine
134 OutFile = s; in Parse()
193 java.io.File outFile = new java.io.File(params.OutFile); in main()
/external/clang/lib/Frontend/
DCompilerInstance.cpp538 void CompilerInstance::addOutputFile(OutputFile &&OutFile) { in addOutputFile() argument
539 assert(OutFile.OS && "Attempt to add empty stream to output list!"); in addOutputFile()
540 OutputFiles.push_back(std::move(OutFile)); in addOutputFile()
621 std::string OutFile, TempFile; in createOutputFile() local
623 OutFile = OutputPath; in createOutputFile()
625 OutFile = "-"; in createOutputFile()
629 OutFile = Path.str(); in createOutputFile()
631 OutFile = "-"; in createOutputFile()
638 if (OutFile == "-") in createOutputFile()
661 TempPath = OutFile; in createOutputFile()
[all …]
DFrontendActions.cpp595 std::unique_ptr<llvm::raw_fd_ostream> OutFile; in ExecuteAction() local
599 OutFile.reset(new llvm::raw_fd_ostream(OutputFileName.str(), EC, in ExecuteAction()
602 llvm::raw_ostream &Out = OutFile.get()? *OutFile.get() : llvm::outs(); in ExecuteAction()
/external/llvm/tools/bugpoint/
DToolRunner.h126 std::string &OutFile, std::string &Error,
193 std::string &OutFile, std::string &Error,
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/
DLzma.java53 public String OutFile; field in Lzma.CommandLine
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp404 raw_fd_ostream OutFile(OutputFilename, EC, sys::fs::F_None); in main() local
410 TheTriple, MC, *MAB, OutFile, MCE, *MSTI, MCOptions.MCRelaxAll, in main()
/external/libjpeg-turbo/release/
Dlibjpeg-turbo.nsi.in3 OutFile "@CMAKE_BINARY_DIR@\${BUILDDIR}@INST_NAME@.exe"
/external/clang/include/clang/Frontend/
DCompilerInstance.h578 void addOutputFile(OutputFile &&OutFile);
/external/vulkan-validation-layers/windowsRuntimeInstaller/
DInstallerRT.nsi69 OutFile "$%TEMP%\tempinstaller.exe"
75 OutFile "VulkanRT-${PRODUCTVERSION}-Installer.exe"
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp75 raw_ostream* OutFile; member in __anon424ac9480111::RewriteObjC
581 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS), in RewriteObjC()
4946 *OutFile << std::string(RewriteBuf->begin(), RewriteBuf->end()); in HandleTranslationUnit()
4957 *OutFile << ResultStr; in HandleTranslationUnit()
4959 OutFile->flush(); in HandleTranslationUnit()
DRewriteModernObjC.cpp75 raw_ostream* OutFile; member in __anonf9e3580d0111::RewriteModernObjC
651 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS), in RewriteModernObjC()
5954 *OutFile << std::string(RewriteBuf->begin(), RewriteBuf->end()); in HandleTranslationUnit()
5965 *OutFile << ResultStr; in HandleTranslationUnit()
5971 *OutFile << ResultStr; in HandleTranslationUnit()
5973 OutFile->flush(); in HandleTranslationUnit()
/external/clang/lib/Driver/
DTools.cpp2976 const InputInfo &Output, const char *OutFile) { in SplitDebugInfo() argument
2986 ExtractArgs.push_back(OutFile); in SplitDebugInfo()