Searched refs:openOutputFile (Results 1 – 2 of 2) sorted by relevance
137 static FILE *openOutputFile(const Options &options, in openOutputFile() function196 auto outputFd = openOutputFile(options, outputFile, state); in pzstdMain()
139 std::unique_ptr<llvm::ToolOutputFile> openOutputFile(StringRef Path) { in openOutputFile() function in __anon18d91f5c0111::EmitAssemblyHelper993 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssembly()1028 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in EmitAssembly()1439 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssemblyWithNewPassManager()1477 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in EmitAssemblyWithNewPassManager()