Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp428 std::string ErrorMsgBuffer; in write() local
429 llvm::raw_string_ostream S(ErrorMsgBuffer); in write()
434 errs() << "Error: " << ErrorMsgBuffer << "\n"; in write()