Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp113 std::unique_ptr<llvm::ToolOutputFile> openOutputFile(StringRef Path) { in openOutputFile() function in __anonf19209130111::EmitAssemblyHelper
814 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssembly()
850 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfFile); in EmitAssembly()
1059 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssemblyWithNewPassManager()
1097 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfFile); in EmitAssemblyWithNewPassManager()
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/
H A DPzstd.cpp137 static FILE *openOutputFile(const Options &options, in openOutputFile() function
196 auto outputFd = openOutputFile(options, outputFile, state); in pzstdMain()