Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp1165 Stream *error_strm_ptr, in ParseInstructions() argument
1190 } else if (error_strm_ptr) { in ParseInstructions()
1193 error_strm_ptr->Printf("error: %s\n", error_cstr); in ParseInstructions()
1196 } else if (error_strm_ptr) { in ParseInstructions()
1197 error_strm_ptr->PutCString("error: invalid execution context\n"); in ParseInstructions()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h446 const AddressRange &range, Stream *error_strm_ptr,