Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/runtime/libprofile/
DCommonProfiling.c86 static int OutFile = -1; in getOutFile() local
91 if (OutFile == -1) { in getOutFile()
92 OutFile = open(OutputFilename, O_CREAT | O_WRONLY, 0666); in getOutFile()
93 lseek(OutFile, 0, SEEK_END); /* O_APPEND prevents seeking */ in getOutFile()
94 if (OutFile == -1) { in getOutFile()
98 return(OutFile); in getOutFile()
105 if (write(OutFile, &PTy, sizeof(int)) < 0 || in getOutFile()
106 write(OutFile, &SavedArgsLength, sizeof(unsigned)) < 0 || in getOutFile()
107 write(OutFile, SavedArgs, SavedArgsLength) < 0 ) { in getOutFile()
113 if (write(OutFile, &Zeros, 4-(SavedArgsLength&3)) < 0) { in getOutFile()
[all …]
/external/swiftshader/third_party/subzero/pydir/
Dbuild-runtime.py49 def OutFile(template): function
82 OutFile('{rtdir}/szrt_native_{target}.o'),
86 OutFile('{rtdir}/szrt_native_{target}.o')])
93 '-o', OutFile('{rtdir}/szrt_asan_{target}.o')
119 OutFile('{rtdir}/szrt_sb_{target}.o'),
123 OutFile('{rtdir}/szrt_sb_{target}.o')])
147 OutFile('{rtdir}/szrt_nonsfi_{target}.o'),
151 OutFile('{rtdir}/szrt_nonsfi_{target}.o')])
/external/llvm/tools/dsymutil/
DMachOUtils.cpp321 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.cpp484 std::unique_ptr<raw_fd_ostream> OutFile; member in llvm::dsymutil::__anon81c782ce0111::DwarfStreamer
618 OutFile = in init()
625 TheTriple, *MC, *MAB, *OutFile, MCE, *MSTI, MCOptions.MCRelaxAll, in init()
651 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/swiftshader/third_party/LLVM/tools/bugpoint/
DToolRunner.h128 sys::Path &OutFile, std::string &Error,
192 sys::Path &OutFile, std::string &Error,
240 sys::Path &OutFile, std::string &Error,
/external/clang/lib/Frontend/
DCompilerInstance.cpp544 void CompilerInstance::addOutputFile(OutputFile &&OutFile) { in addOutputFile() argument
545 assert(OutFile.OS && "Attempt to add empty stream to output list!"); in addOutputFile()
546 OutputFiles.push_back(std::move(OutFile)); in addOutputFile()
627 std::string OutFile, TempFile; in createOutputFile() local
629 OutFile = OutputPath; in createOutputFile()
631 OutFile = "-"; in createOutputFile()
635 OutFile = Path.str(); in createOutputFile()
637 OutFile = "-"; in createOutputFile()
644 if (OutFile == "-") in createOutputFile()
667 TempPath = OutFile; in createOutputFile()
[all …]
DFrontendActions.cpp597 std::unique_ptr<llvm::raw_fd_ostream> OutFile; in ExecuteAction() local
601 OutFile.reset(new llvm::raw_fd_ostream(OutputFileName.str(), EC, in ExecuteAction()
604 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/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineVerifier.cpp242 raw_ostream *OutFile = 0; in runOnMachineFunction() local
245 OutFile = new raw_fd_ostream(OutFileName, ErrorInfo, in runOnMachineFunction()
252 OS = OutFile; in runOnMachineFunction()
298 if (OutFile) in runOnMachineFunction()
299 delete OutFile; in runOnMachineFunction()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp665 raw_fd_ostream OutFile(OutputFilename, EC, sys::fs::F_None); in main() local
671 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.nsi66 OutFile "$%TEMP%\tempinstaller.exe"
72 OutFile "VulkanRT-${PRODUCTVERSION}-Installer.exe"
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp74 raw_ostream* OutFile; member in __anon254da99b0111::RewriteObjC
581 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS), in RewriteObjC()
4926 *OutFile << std::string(RewriteBuf->begin(), RewriteBuf->end()); in HandleTranslationUnit()
4937 *OutFile << ResultStr; in HandleTranslationUnit()
4939 OutFile->flush(); in HandleTranslationUnit()
DRewriteModernObjC.cpp75 raw_ostream* OutFile; member in __anon80afeaa00111::RewriteModernObjC
645 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS), in RewriteModernObjC()
5876 *OutFile << std::string(RewriteBuf->begin(), RewriteBuf->end()); in HandleTranslationUnit()
5887 *OutFile << ResultStr; in HandleTranslationUnit()
5893 *OutFile << ResultStr; in HandleTranslationUnit()
5895 OutFile->flush(); in HandleTranslationUnit()
/external/clang/lib/Driver/
DTools.cpp3321 const InputInfo &Output, const char *OutFile) { in SplitDebugInfo() argument
3331 ExtractArgs.push_back(OutFile); in SplitDebugInfo()