Home
last modified time | relevance | path

Searched refs:openOutputFile (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/
DPzstd.cpp137 static FILE *openOutputFile(const Options &options, in openOutputFile() function
196 auto outputFd = openOutputFile(options, outputFile, state); in pzstdMain()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp139 std::unique_ptr<llvm::ToolOutputFile> openOutputFile(StringRef Path) { in openOutputFile() function in __anon18d91f5c0111::EmitAssemblyHelper
993 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()