Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp194 if (Error E = writeToOutput(Config.OutputFilename, ObjcopyFunc)) in executeObjcopy()
201 if (Error E = writeToOutput(Config.SplitDWO, ObjcopyFunc)) in executeObjcopy()
208 if (Error E = writeToOutput(Config.OutputFilename, ObjcopyFunc)) in executeObjcopy()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp259 if (Error Err = writeToOutput( in saveSeparateDebugInfo()
284 if (Error Err = writeToOutput( in saveNonDebugInfo()
370 if (Error Err = writeToOutput( in saveSeparateLinkedDebugInfo()
398 if (Error Err = writeToOutput( in saveSingleLinkedDebugInfo()
434 if (Error Err = writeToOutput(
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp106 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.h780 Error writeToOutput(StringRef OutputFileName,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp1010 Error llvm::writeToOutput(StringRef OutputFileName, in writeToOutput() function in llvm
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp912 return llvm::writeToOutput(IndexPath, [&OutputBuffer](llvm::raw_ostream &OS) { in writeIndex()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp421 if (auto Err = llvm::writeToOutput( in write()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2343 if (llvm::Error Err = llvm::writeToOutput( in Save()