/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | llvm-objcopy.cpp | 146 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 D | llvm-dwarfutil.cpp | 260 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 D | DWARFStreamer.h | 47 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 D | llvm-dwp.cpp | 255 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 D | DWARFEmitterImpl.h |
|
H A D | DWARFLinkerImpl.cpp |
|
H A D | DWARFEmitterImpl.cpp |
|
H A D | DWARFLinkerImpl.h |
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Main.cpp | 167 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 D | cygwin.ps1 | 45 -OutFile ${Cygwin}\${Setup} 49 -OutFile ${Cygwin}\${Setup}.sig
|
H A D | build.ps1 | 112 -OutFile .\${LIBRESSL}.tar.gz 116 -OutFile .\${LIBRESSL}.tar.gz.asc
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFStreamer.h |
|
H A D | DWARFLinker.h |
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ToolRunner.h | 122 std::string &OutFile, 177 std::string &OutFile, unsigned Timeout = 0,
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFEmitterImpl.cpp | 85 *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 D | DWARFLinker.h |
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 1361 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 D | DWARFStreamer.cpp | 35 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 D | CommonArgs.h | 75 const InputInfo &Output, const char *OutFile);
|
H A D | CommonArgs.cpp | 1672 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 D | DWARFStreamer.cpp |
|
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 76 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()
|