Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp171 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_None); in main() local
176 if (OutFile.os().supportsSeeking()) { in main()
177 OS = &OutFile.os(); in main()
179 BOS.emplace(OutFile.os()); in main()
197 OutFile.keep(); in main()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h45 DwarfStreamer(OutputFileType OutFileType, raw_pwrite_stream &OutFile, in DwarfStreamer() argument
48 : OutFile(OutFile), OutFileType(OutFileType), Translator(Translator), in DwarfStreamer()
189 raw_pwrite_stream &OutFile; variable
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp325 std::function<Error(raw_ostream & OutFile)> ObjcopyFunc; in executeObjcopy()
339 ObjcopyFunc = [&](raw_ostream &OutFile) -> Error { in executeObjcopy() argument
342 OutFile); in executeObjcopy()
345 ObjcopyFunc = [&](raw_ostream &OutFile) -> Error { in executeObjcopy() argument
347 return executeObjcopyOnIHex(ConfigMgr, *MemoryBufferHolder, OutFile); in executeObjcopy()
362 ObjcopyFunc = [&](raw_ostream &OutFile) -> Error { in executeObjcopy() argument
364 OutFile); in executeObjcopy()
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp147 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_Text); in TableGenMain() local
151 OutFile.os() << Out.str(); in TableGenMain()
153 OutFile.keep(); in TableGenMain()
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h122 std::string &OutFile,
177 std::string &OutFile, unsigned Timeout = 0,
/freebsd-13.1/contrib/libfido2/windows/
H A Dbuild.ps1109 -OutFile .\${LIBRESSL}.tar.gz
113 -OutFile .\${LIBRESSL}.tar.gz.asc
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp743 std::unique_ptr<llvm::raw_fd_ostream> OutFile; in ExecuteAction() local
747 OutFile.reset(new llvm::raw_fd_ostream(OutputFileName.str(), EC, in ExecuteAction()
750 llvm::raw_ostream &Out = OutFile.get()? *OutFile.get() : llvm::outs(); in ExecuteAction()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1337 SmallString<64> OutFile(opts::merge::PdbOutputFile); in mergePdbs() local
1338 if (OutFile.empty()) { in mergePdbs()
1339 OutFile = opts::merge::InputFilenames[0]; in mergePdbs()
1340 llvm::sys::path::replace_extension(OutFile, "merged.pdb"); in mergePdbs()
1344 ExitOnErr(Builder.commit(OutFile, &IgnoredOutGuid)); in mergePdbs()
1390 auto OutFile = ExitOnErr( in exportStream() local
1392 FileBufferByteStream DestStream(std::move(OutFile), llvm::support::little); in exportStream()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.h57 const InputInfo &Output, const char *OutFile);
H A DCommonArgs.cpp1044 const InputInfo &Output, const char *OutFile) { in SplitDebugInfo() argument
1054 ExtractArgs.push_back(OutFile); in SplitDebugInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp78 *MC, std::make_unique<formatted_raw_ostream>(OutFile), true, true, MIP, in init()
86 MAB->createObjectWriter(OutFile), std::unique_ptr<MCCodeEmitter>(MCE), in init()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp74 std::unique_ptr<raw_ostream> OutFile; member in __anone5f8ec0e0111::RewriteObjC
581 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(std::move(OS)), in RewriteObjC()
4924 *OutFile << std::string(RewriteBuf->begin(), RewriteBuf->end()); in HandleTranslationUnit()
4935 *OutFile << ResultStr; in HandleTranslationUnit()
4937 OutFile->flush(); in HandleTranslationUnit()
H A DRewriteModernObjC.cpp75 std::unique_ptr<raw_ostream> OutFile; member in __anonedadf7530111::RewriteModernObjC
647 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(std::move(OS)), in RewriteModernObjC()
5864 *OutFile << std::string(RewriteBuf->begin(), RewriteBuf->end()); in HandleTranslationUnit()
5875 *OutFile << ResultStr; in HandleTranslationUnit()
5881 *OutFile << ResultStr; in HandleTranslationUnit()
5883 OutFile->flush(); in HandleTranslationUnit()