Lines Matching refs:IsValid
178 if (m_target_sp && m_target_sp->GetArchitecture().IsValid()) in GetAddressByteSize()
186 if (m_target_sp && m_target_sp->GetArchitecture().IsValid()) in GetByteOrder()
391 return ((bool)m_target_sp && m_target_sp->IsValid()); in HasTargetScope()
395 return (HasTargetScope() && ((bool)m_process_sp && m_process_sp->IsValid())); in HasProcessScope()
399 return (HasProcessScope() && ((bool)m_thread_sp && m_thread_sp->IsValid())); in HasThreadScope()
578 if (target_sp && !target_sp->IsValid()) in GetTargetSP()
585 if (process_sp && !process_sp->IsValid()) in GetProcessSP()
597 if (!thread_sp || !thread_sp->IsValid()) { in GetThreadSP()
599 if (process_sp && process_sp->IsValid()) { in GetThreadSP()
609 if (thread_sp && !thread_sp->IsValid()) in GetThreadSP()
616 if (m_stack_id.IsValid()) { in GetFrameSP()