Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDisassembler.cpp1153 Stream *error_strm_ptr, in ParseInstructions() argument
1185 else if (error_strm_ptr) in ParseInstructions()
1190 error_strm_ptr->Printf("error: %s\n", error_cstr); in ParseInstructions()
1194 else if (error_strm_ptr) in ParseInstructions()
1196 error_strm_ptr->PutCString("error: invalid execution context\n"); in ParseInstructions()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDisassembler.h425 Stream *error_strm_ptr,