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

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp193 if (Error E = writeToOutput(Config.OutputFilename, ObjcopyFunc))
200 if (Error E = writeToOutput(Config.SplitDWO, ObjcopyFunc))
207 if (Error E = writeToOutput(Config.OutputFilename, ObjcopyFunc))
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp259 if (Error Err = writeToOutput(
284 if (Error Err = writeToOutput(
370 if (Error Err = writeToOutput(
398 if (Error Err = writeToOutput(
434 if (Error Err = writeToOutput(
/freebsd-current/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp106 if (auto Err = llvm::writeToOutput(file_spec.GetPath(),
/freebsd-current/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp418 if (auto Error = llvm::writeToOutput(Path, [&](llvm::raw_ostream &OS) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h756 Error writeToOutput(StringRef OutputFileName,
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp1001 Error llvm::writeToOutput(StringRef OutputFileName, function in class:llvm
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp916 return llvm::writeToOutput(IndexPath, [&OutputBuffer](llvm::raw_ostream &OS) {
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp420 if (auto Err = llvm::writeToOutput(
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2330 if (llvm::Error Err = llvm::writeToOutput(

Completed in 111 milliseconds