Home
last modified time | relevance | path

Searched refs:result_sp (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DSearchFilter.cpp81 SearchFilterSP result_sp; in CreateFromStructuredData() local
84 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 …]
DValueObject.cpp2597 ValueObjectSP result_sp(GetSP()); in GetQualifiedRepresentationIfAvailable() local
2602 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 …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpointResolver.cpp72 BreakpointResolverSP result_sp; in CreateFromStructuredData() local
75 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()
DBreakpoint.cpp131 BreakpointSP result_sp; in CreateFromStructuredData() local
133 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 …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DLanguageRuntime.cpp94 StructuredData::ObjectSP result_sp; in SerializeToStructuredData() local
96 return result_sp; in SerializeToStructuredData()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp1044 ValueObjectSP result_sp; in DoExecute() local
1047 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()