Searched refs:IntelPTError (Results 1 – 3 of 3) sorted by relevance
25 class IntelPTError : public llvm::ErrorInfo<IntelPTError> {38 IntelPTError(int libipt_error_code,245 void AppendError(const IntelPTError &error);
20 char IntelPTError::ID;22 IntelPTError::IntelPTError(int libipt_error_code, lldb::addr_t address) in IntelPTError() function in IntelPTError27 void IntelPTError::log(llvm::raw_ostream &OS) const { in log()188 void DecodedThread::AppendError(const IntelPTError &error) { in AppendError()
60 return make_error<IntelPTError>(status); in CreateBasicLibiptConfig()91 return make_error<IntelPTError>(status); in SetupMemoryImage()105 return make_error<IntelPTError>(-pte_nomem); in CreateInstructionDecoder()127 return make_error<IntelPTError>(-pte_nomem); in CreateQueryDecoder()435 m_decoded_thread.AppendError(IntelPTError(status, insn.ip)); in DecodeInstructionsAndEvents()457 m_decoded_thread.AppendError(IntelPTError(status, insn.ip)); in DecodeInstructionsAndEvents()515 m_decoded_thread.AppendError(IntelPTError(status)); in ProcessPTEvents()542 m_decoded_thread.AppendError(IntelPTError(-pte_overflow)); in ProcessPTEvents()