Home
last modified time | relevance | path

Searched defs:OutFile (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp160 ObjcopyFunc = [&](raw_ostream &OutFile) -> Error { in executeObjcopy()
166 ObjcopyFunc = [&](raw_ostream &OutFile) -> Error { in executeObjcopy()
183 ObjcopyFunc = [&](raw_ostream &OutFile) -> Error { in executeObjcopy()
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h47 DwarfStreamer(OutputFileType OutFileType, raw_pwrite_stream &OutFile, in DwarfStreamer()
196 raw_pwrite_stream &OutFile; variable
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h37 DwarfLinkerForBinary(raw_fd_ostream &OutFile, BinaryHolder &BinHolder, in DwarfLinkerForBinary()
219 raw_fd_ostream &OutFile; variable
H A DDwarfLinkerForBinary.cpp165 raw_fd_ostream &OutFile) { in createStreamer()
1045 bool linkDwarf(raw_fd_ostream &OutFile, BinaryHolder &BinHolder, in linkDwarf()
H A DMachOUtils.cpp356 SymbolMapTranslator &Translator, MCStreamer &MS, raw_fd_ostream &OutFile, in generateDsymCompanion()
/llvm-project-15.0.7/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp255 const std::string &OutFile) { in handleObjectFile()
327 const std::string &OutFile) { in handleBuffer()
377 const std::string &OutFile) { in handleFileConversionToGSYM()
388 std::string OutFile = OutputFilename; in convertFileToGSYM() local
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp239 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveSeparateDebugInfo()
264 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveNonDebugInfo()
350 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveSeparateLinkedDebugInfo()
378 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveSingleLinkedDebugInfo()
414 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveCopyOfFile()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DMain.cpp149 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_Text); in TableGenMain() local
/llvm-project-15.0.7/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp174 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_None); in main() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp337 raw_fd_ostream OutFile(LogFileName, EC); local
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1363 SmallString<64> OutFile(opts::merge::PdbOutputFile); in mergePdbs() local
1416 auto OutFile = ExitOnErr( in exportStream() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompileCommands.cpp47 llvm::SmallString<64> OutFile; in queryXcrun() local
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp371 raw_fd_ostream OutFile(OutputFilename, EC, sys::fs::OpenFlags::OF_None); in writeAutoFDOData() local
2208 raw_fd_ostream OutFile(OutputFilename, EC, sys::fs::OpenFlags::OF_None); in writeAggregatedFile() local
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp593 std::string OutFile = createTempFile("preproc", "rc"); in doRc() local
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp851 std::unique_ptr<llvm::raw_fd_ostream> OutFile; in ExecuteAction() local
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1135 const InputInfo &Output, const char *OutFile) { in SplitDebugInfo()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp74 std::unique_ptr<raw_ostream> OutFile; member in __anon0b56e30a0111::RewriteObjC
H A DRewriteModernObjC.cpp76 std::unique_ptr<raw_ostream> OutFile; member in __anon21803b4f0111::RewriteModernObjC