Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp145 std::function<Error(raw_ostream & OutFile)> ObjcopyFunc; in executeObjcopy()
159 ObjcopyFunc = [&](raw_ostream &OutFile) -> Error { in executeObjcopy() argument
162 OutFile); in executeObjcopy()
165 ObjcopyFunc = [&](raw_ostream &OutFile) -> Error { in executeObjcopy() argument
167 return executeObjcopyOnIHex(ConfigMgr, *MemoryBufferHolder, OutFile); in executeObjcopy()
182 ObjcopyFunc = [&](raw_ostream &OutFile) -> Error { in executeObjcopy() argument
184 OutFile); in executeObjcopy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.h51 raw_pwrite_stream &OutFile) in DwarfEmitterImpl() argument
52 : OutFile(OutFile), OutFileType(OutFileType) {} in DwarfEmitterImpl()
121 raw_pwrite_stream &OutFile; variable
H A DDWARFEmitterImpl.cpp83 *MC, std::make_unique<formatted_raw_ostream>(OutFile), true, true, MIP, in init()
91 MAB->createObjectWriter(OutFile), std::unique_ptr<MCCodeEmitter>(MCE), in init()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp260 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveSeparateDebugInfo() argument
261 raw_crc_ostream CRCBuffer(OutFile); in saveSeparateDebugInfo()
285 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveNonDebugInfo() argument
287 objcopy::executeObjcopyOnBinary(Config, InputFile, OutFile)) in saveNonDebugInfo()
371 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveSeparateLinkedDebugInfo() argument
372 raw_crc_ostream CRCBuffer(OutFile); in saveSeparateLinkedDebugInfo()
399 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveSingleLinkedDebugInfo() argument
400 return objcopy::executeObjcopyOnBinary(Config, InputFile, OutFile); in saveSingleLinkedDebugInfo()
435 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveCopyOfFile() argument
436 return objcopy::executeObjcopyOnBinary(Config, InputFile, OutFile); in saveCopyOfFile()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h47 raw_pwrite_stream &OutFile, in DwarfStreamer() argument
50 : OutFile(OutFile), OutFileType(OutFileType), Translator(Translator), in DwarfStreamer()
56 raw_pwrite_stream &OutFile, DWARFLinkerBase::TranslatorFuncTy Translator,
296 raw_pwrite_stream &OutFile; variable
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp252 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_None); in llvm_dwp_main() local
257 if (OutFile.os().supportsSeeking()) { in llvm_dwp_main()
258 OS = &OutFile.os(); in llvm_dwp_main()
260 BOS.emplace(OutFile.os()); in llvm_dwp_main()
278 OutFile.keep(); in llvm_dwp_main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp167 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_Text); in TableGenMain() local
171 OutFile.os() << Out.str(); in TableGenMain()
173 OutFile.keep(); in TableGenMain()
/freebsd-14.2/contrib/libfido2/windows/
H A Dcygwin.ps145 -OutFile ${Cygwin}\${Setup}
49 -OutFile ${Cygwin}\${Setup}.sig
H A Dbuild.ps1112 -OutFile .\${LIBRESSL}.tar.gz
116 -OutFile .\${LIBRESSL}.tar.gz.asc
/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h122 std::string &OutFile,
177 std::string &OutFile, unsigned Timeout = 0,
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1361 SmallString<64> OutFile(opts::merge::PdbOutputFile); in mergePdbs() local
1362 if (OutFile.empty()) { in mergePdbs()
1363 OutFile = opts::merge::InputFilenames[0]; in mergePdbs()
1364 llvm::sys::path::replace_extension(OutFile, "merged.pdb"); in mergePdbs()
1368 ExitOnErr(Builder.commit(OutFile, &IgnoredOutGuid)); in mergePdbs()
1414 auto OutFile = ExitOnErr( in exportStream() local
1416 FileBufferByteStream DestStream(std::move(OutFile), llvm::endianness::little); in exportStream()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp35 raw_pwrite_stream &OutFile, DWARFLinkerBase::TranslatorFuncTy Translator, in createStreamer() argument
38 std::make_unique<DwarfStreamer>(FileType, OutFile, Translator, Warning); in createStreamer()
105 *MC, std::make_unique<formatted_raw_ostream>(OutFile), true, true, MIP, in init()
113 MAB->createObjectWriter(OutFile), std::unique_ptr<MCCodeEmitter>(MCE), in init()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.h75 const InputInfo &Output, const char *OutFile);
H A DCommonArgs.cpp1672 const InputInfo &Output, const char *OutFile) { in SplitDebugInfo() argument
1682 ExtractArgs.push_back(OutFile); in SplitDebugInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp74 std::unique_ptr<raw_ostream> OutFile; member in __anone4fa00500111::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.cpp76 std::unique_ptr<raw_ostream> OutFile; member in __anonceb1b5150111::RewriteModernObjC
648 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(std::move(OS)), in RewriteModernObjC()
5863 *OutFile << std::string(RewriteBuf->begin(), RewriteBuf->end()); in HandleTranslationUnit()
5874 *OutFile << ResultStr; in HandleTranslationUnit()
5880 *OutFile << ResultStr; in HandleTranslationUnit()
5882 OutFile->flush(); in HandleTranslationUnit()