Home
last modified time | relevance | path

Searched refs:AppendCustomError (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp409 m_decoded_thread.AppendCustomError(toString(std::move(err)), in AppendInstructionAndDetectAnomalies()
491 m_decoded_thread.AppendCustomError(err_msg); in ProcessPTEventTSC()
613 decoded_thread.AppendCustomError( in DecodeSystemWideTraceForThread()
625 decoded_thread.AppendCustomError( in DecodeSystemWideTraceForThread()
661 decoded_thread.AppendCustomError( in DecodeSystemWideTraceForThread()
H A DDecodedThread.h255 void AppendCustomError(llvm::StringRef error, bool fatal = false);
H A DDecodedThread.cpp194 void DecodedThread::AppendCustomError(StringRef err, bool fatal) { in AppendCustomError() function in DecodedThread