Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTMultiCpuDecoder.cpp180 if (m_setup_error) in CorrelateContextSwitchesAndIntelPtTraces()
181 return createStringError(inconvertibleErrorCode(), m_setup_error->c_str()); in CorrelateContextSwitchesAndIntelPtTraces()
196 m_setup_error = toString(std::move(err)); in CorrelateContextSwitchesAndIntelPtTraces()
197 return createStringError(inconvertibleErrorCode(), m_setup_error->c_str()); in CorrelateContextSwitchesAndIntelPtTraces()
H A DTraceIntelPTMultiCpuDecoder.h101 llvm::Optional<std::string> m_setup_error; variable