Home
last modified time | relevance | path

Searched refs:ErrorMsgBuffer (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp115 std::string ErrorMsgBuffer; in save_socket_id_to_file() local
116 llvm::raw_string_ostream S(ErrorMsgBuffer); in save_socket_id_to_file()
122 ErrorMsgBuffer.c_str()); in save_socket_id_to_file()
129 ErrorMsgBuffer.c_str(), in save_socket_id_to_file()
131 ErrorMsgBuffer.c_str()); in save_socket_id_to_file()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp464 std::string ErrorMsgBuffer; in write() local
465 llvm::raw_string_ostream S(ErrorMsgBuffer); in write()
470 errs() << "Error: " << ErrorMsgBuffer << "\n"; in write()