Searched refs:m_setup_error (Results 1 – 2 of 2) sorted by relevance
180 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()
101 llvm::Optional<std::string> m_setup_error; variable