Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DDisassembler.cpp1067 Stream *error_strm_ptr, in ParseInstructions() argument
1099 else if (error_strm_ptr) in ParseInstructions()
1104 error_strm_ptr->Printf("error: %s\n", error_cstr); in ParseInstructions()
1108 else if (error_strm_ptr) in ParseInstructions()
1110 error_strm_ptr->PutCString("error: invalid execution context\n"); in ParseInstructions()
/external/lldb/include/lldb/Core/
DDisassembler.h366 Stream *error_strm_ptr,