Home
last modified time | relevance | path

Searched refs:writeToOutput (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp180 if (Error E = writeToOutput(Config.OutputFilename, ObjcopyFunc)) in executeObjcopy()
187 if (Error E = writeToOutput(Config.SplitDWO, ObjcopyFunc)) in executeObjcopy()
194 if (Error E = writeToOutput(Config.OutputFilename, ObjcopyFunc)) in executeObjcopy()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp261 if (Error Err = writeToOutput( in saveSeparateDebugInfo()
286 if (Error Err = writeToOutput( in saveNonDebugInfo()
372 if (Error Err = writeToOutput( in saveSeparateLinkedDebugInfo()
400 if (Error Err = writeToOutput( in saveSingleLinkedDebugInfo()
436 if (Error Err = writeToOutput( in saveCopyOfFile()
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp323 if (auto Error = llvm::writeToOutput(Path, [&](llvm::raw_ostream &OS) { in overwriteChangedFiles()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp167 if (auto Err = llvm::writeToOutput(file_spec.GetPath(), in save_socket_id_to_file()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h839 LLVM_ABI Error writeToOutput(StringRef OutputFileName,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp1014 Error llvm::writeToOutput(StringRef OutputFileName, in writeToOutput() function in llvm
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp906 return llvm::writeToOutput(IndexPath, [&OutputBuffer](llvm::raw_ostream &OS) { in writeIndex()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp413 if (auto Err = llvm::writeToOutput( in write()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2357 if (llvm::Error Err = llvm::writeToOutput( in Save()