Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp308 decoded_thread.AppendCustomError( in DecodeSystemWideTraceForThread()
319 decoded_thread.AppendCustomError( in DecodeSystemWideTraceForThread()
354 decoded_thread.AppendCustomError( in DecodeSystemWideTraceForThread()
H A DDecodedThread.h245 void AppendCustomError(llvm::StringRef error);
H A DDecodedThread.cpp195 void DecodedThread::AppendCustomError(StringRef err) { in AppendCustomError() function in DecodedThread