Searched refs:result_sp (Results 1 – 6 of 6) sorted by relevance
81 SearchFilterSP result_sp; in CreateFromStructuredData() local84 return result_sp; in CreateFromStructuredData()93 return result_sp; in CreateFromStructuredData()99 return result_sp; in CreateFromStructuredData()107 return result_sp; in CreateFromStructuredData()112 result_sp = SearchFilterForUnconstrainedSearches::CreateFromStructuredData( in CreateFromStructuredData()116 result_sp = SearchFilterByModule::CreateFromStructuredData( in CreateFromStructuredData()120 result_sp = SearchFilterByModuleList::CreateFromStructuredData( in CreateFromStructuredData()124 result_sp = SearchFilterByModuleListAndCU::CreateFromStructuredData( in CreateFromStructuredData()134 return result_sp; in CreateFromStructuredData()[all …]
2597 ValueObjectSP result_sp(GetSP()); in GetQualifiedRepresentationIfAvailable() local2602 if (!result_sp->IsDynamic()) { in GetQualifiedRepresentationIfAvailable()2603 if (result_sp->GetDynamicValue(dynValue)) in GetQualifiedRepresentationIfAvailable()2604 result_sp = result_sp->GetDynamicValue(dynValue); in GetQualifiedRepresentationIfAvailable()2608 if (result_sp->IsDynamic()) { in GetQualifiedRepresentationIfAvailable()2609 if (result_sp->GetStaticValue()) in GetQualifiedRepresentationIfAvailable()2610 result_sp = result_sp->GetStaticValue(); in GetQualifiedRepresentationIfAvailable()2616 if (!result_sp->IsSynthetic()) { in GetQualifiedRepresentationIfAvailable()2617 if (result_sp->GetSyntheticValue()) in GetQualifiedRepresentationIfAvailable()2618 result_sp = result_sp->GetSyntheticValue(); in GetQualifiedRepresentationIfAvailable()[all …]
72 BreakpointResolverSP result_sp; in CreateFromStructuredData() local75 return result_sp; in CreateFromStructuredData()85 return result_sp; in CreateFromStructuredData()92 return result_sp; in CreateFromStructuredData()100 return result_sp; in CreateFromStructuredData()108 return result_sp; in CreateFromStructuredData()142 return result_sp; in CreateFromStructuredData()
131 BreakpointSP result_sp; in CreateFromStructuredData() local133 return result_sp; in CreateFromStructuredData()139 return result_sp; in CreateFromStructuredData()147 return result_sp; in CreateFromStructuredData()158 return result_sp; in CreateFromStructuredData()175 return result_sp; in CreateFromStructuredData()191 return result_sp; in CreateFromStructuredData()199 result_sp = target.CreateBreakpoint(filter_sp, resolver_sp, false, in CreateFromStructuredData()202 if (result_sp && options_up) { in CreateFromStructuredData()203 result_sp->m_options = *options_up; in CreateFromStructuredData()[all …]
94 StructuredData::ObjectSP result_sp; in SerializeToStructuredData() local96 return result_sp; in SerializeToStructuredData()
1044 ValueObjectSP result_sp; in DoExecute() local1047 m_memory_options.m_expr.GetStringValue(), frame, result_sp)) && in DoExecute()1048 result_sp) { in DoExecute()1049 uint64_t value = result_sp->GetValueAsUnsigned(0); in DoExecute()1051 result_sp->GetCompilerType().GetByteSize(nullptr); in DoExecute()