Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp146 std::function<Error(raw_ostream & OutFile)> ObjcopyFunc; in executeObjcopy()
160 ObjcopyFunc = [&](raw_ostream &OutFile) -> Error { in executeObjcopy() argument
163 OutFile); in executeObjcopy()
166 ObjcopyFunc = [&](raw_ostream &OutFile) -> Error { in executeObjcopy() argument
168 return executeObjcopyOnIHex(ConfigMgr, *MemoryBufferHolder, OutFile); in executeObjcopy()
183 ObjcopyFunc = [&](raw_ostream &OutFile) -> Error { in executeObjcopy() argument
185 OutFile); in executeObjcopy()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp260 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveSeparateDebugInfo()
261 raw_crc_ostream CRCBuffer(OutFile); in saveSeparateDebugInfo()
285 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveNonDebugInfo()
287 objcopy::executeObjcopyOnBinary(Config, InputFile, OutFile)) in saveNonDebugInfo()
371 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveSeparateLinkedDebugInfo()
372 raw_crc_ostream CRCBuffer(OutFile); in saveSeparateLinkedDebugInfo()
399 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveSingleLinkedDebugInfo()
400 return objcopy::executeObjcopyOnBinary(Config, InputFile, OutFile); in saveSingleLinkedDebugInfo()
435 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveCopyOfFile()
436 return objcopy::executeObjcopyOnBinary(Config, InputFile, OutFile); in saveCopyOfFile()
267 __anon0c15066d0202(raw_ostream &OutFile) saveSeparateDebugInfo() argument
292 __anon0c15066d0302(raw_ostream &OutFile) saveNonDebugInfo() argument
378 __anon0c15066d0402(raw_ostream &OutFile) saveSeparateLinkedDebugInfo() argument
406 __anon0c15066d0502(raw_ostream &OutFile) saveSingleLinkedDebugInfo() argument
442 __anon0c15066d0602(raw_ostream &OutFile) saveCopyOfFile() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h47 raw_pwrite_stream &OutFile, in DwarfStreamer() argument
49 : OutFile(OutFile), OutFileType(OutFileType), WarningHandler(Warning) {} in DwarfStreamer()
54 raw_pwrite_stream &OutFile, DWARFLinkerBase::MessageHandlerTy Warning);
293 raw_pwrite_stream &OutFile; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp255 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_None); in llvm_dwp_main() local
260 if (OutFile.os().supportsSeeking()) { in llvm_dwp_main()
261 OS = &OutFile.os(); in llvm_dwp_main()
263 BOS.emplace(OutFile.os()); in llvm_dwp_main()
280 OutFile.keep(); in llvm_dwp_main()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
H A DDWARFLinkerImpl.cpp
H A DDWARFEmitterImpl.cpp
H A DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp167 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_Text); in TableGenMain() local
171 OutFile.os() << OutString; in TableGenMain()
173 OutFile.keep(); in TableGenMain()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h122 std::string &OutFile,
177 std::string &OutFile, unsigned Timeout = 0,
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp85 *MC, std::make_unique<formatted_raw_ostream>(OutFile), MIP, in init()
93 MAB->createObjectWriter(OutFile), std::unique_ptr<MCCodeEmitter>(MCE), in init()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1361 SmallString<64> OutFile(opts::merge::PdbOutputFile); in mergePdbs()
1362 if (OutFile.empty()) { in mergePdbs()
1363 OutFile = opts::merge::InputFilenames[0]; in mergePdbs() local
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()
1416 FileBufferByteStream DestStream(std::move(OutFile), llvm::endianness::little); in exportStream() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp35 raw_pwrite_stream &OutFile, DWARFLinkerBase::MessageHandlerTy Warning) { in createStreamer() argument
37 std::make_unique<DwarfStreamer>(FileType, OutFile, Warning); in createStreamer()
106 *MC, std::make_unique<formatted_raw_ostream>(OutFile), MIP, in init()
114 MAB->createObjectWriter(OutFile), std::unique_ptr<MCCodeEmitter>(MCE), in init()
/freebsd/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/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp76 std::unique_ptr<raw_ostream> OutFile; member in __anonc09f721f0111::RewriteModernObjC
647 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(std::move(OS)), in RewriteModernObjC()
5861 *OutFile << std::string(RewriteBuf->begin(), RewriteBuf->end()); in HandleTranslationUnit()
5872 *OutFile << ResultStr; in HandleTranslationUnit()
5878 *OutFile << ResultStr; in HandleTranslationUnit()
5880 OutFile->flush(); in HandleTranslationUnit()