Searched refs:IntelPTError (Results 1 – 3 of 3) sorted by relevance
51 m_decoded_thread.AppendError(IntelPTError(status)); in DecodeUntilEndOfTrace()64 m_decoded_thread.AppendError(IntelPTError(status)); in DecodePSB()100 m_decoded_thread.AppendError(IntelPTError(status, insn.ip)); in DecodeInstructionsAndEvents()128 m_decoded_thread.AppendError(IntelPTError(status)); in FindNextSynchronizationPoint()148 m_decoded_thread.AppendError(IntelPTError(status)); in ProcessPTEvents()172 m_decoded_thread.AppendError(IntelPTError(-pte_overflow)); in ProcessPTEvents()224 return make_error<IntelPTError>(status); in CreateInstructionDecoder()233 return make_error<IntelPTError>(-pte_nomem); in CreateInstructionDecoder()244 return make_error<IntelPTError>(status); in SetupMemoryImage()
36 class IntelPTError : public llvm::ErrorInfo<IntelPTError> {49 IntelPTError(int libipt_error_code,242 void AppendError(const IntelPTError &error);
34 char IntelPTError::ID;36 IntelPTError::IntelPTError(int libipt_error_code, lldb::addr_t address) in IntelPTError() function in IntelPTError41 void IntelPTError::log(llvm::raw_ostream &OS) const { in log()187 void DecodedThread::AppendError(const IntelPTError &error) { in AppendError()