Home
last modified time | relevance | path

Searched refs:GetExecutionContextRef (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectVariable.cpp105 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
114 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
146 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
256 ExecutionContext exe_ctx(GetExecutionContextRef()); in DoUpdateChildrenAddressType()
308 const ExecutionContextRef &exe_ctx_ref = GetExecutionContextRef(); in IsInScope()
365 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetValueFromCString()
394 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetData()
H A DValueObjectCast.cpp45 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
53 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
80 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
H A DValueObjectRegister.cpp92 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
197 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetCompilerTypeImpl()
224 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
237 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
H A DValueObjectConstResultImpl.cpp67 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in CreateChildAtIndex()
124 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in CreateSyntheticArrayMember()
184 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in AddressOf()
H A DValueObjectChild.cpp52 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
165 ExecutionContext exe_ctx(GetExecutionContextRef().Lock( in UpdateValue()
200 GetExecutionContextRef().Lock(thread_and_frame_only_if_stopped)); in UpdateValue()
H A DValueObject.cpp257 GetUpdatePoint().GetExecutionContextRef().GetProcessSP()); in MaybeCalculateCompleteType()
332 ExecutionContext exe_ctx(GetExecutionContextRef()); in ResolveValue()
501 ExecutionContext exe_ctx(GetExecutionContextRef()); in CreateChildAtIndex()
536 ExecutionContext exe_ctx(GetExecutionContextRef()); in CreateSyntheticArrayMember()
616 if (TargetSP target_sp = GetExecutionContextRef().GetTargetSP()) { in GetSummaryAsCString()
675 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData()
718 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData()
732 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData()
768 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetData()
817 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetData()
[all …]
H A DValueObjectMemory.cpp137 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
147 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
166 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
H A DValueObjectConstResult.cpp207 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
224 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
285 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetDynamicValue()
H A DValueObjectDynamicValue.cpp92 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
104 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
132 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSException.cpp82 valobj.GetExecutionContextRef(), voidstar); in ExtractFields()
86 valobj.GetExecutionContextRef(), voidstar); in ExtractFields()
90 valobj.GetExecutionContextRef(), voidstar); in ExtractFields()
94 valobj.GetExecutionContextRef(), voidstar); in ExtractFields()
H A DNSError.cpp92 valobj.GetExecutionContextRef(), in NSError_SummaryProvider()
163 m_backend.GetExecutionContextRef(), in Update()
H A DNSArray.cpp457 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in NSArrayMSyntheticFrontEndBase()
507 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
601 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in GenericNSArrayISyntheticFrontEnd()
653 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
H A DNSDictionary.cpp620 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
754 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
887 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
1045 "[0]", data, m_backend.GetExecutionContextRef(), pair_type); in GetChildAtIndex()
1104 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
1262 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h271 const ExecutionContextRef &GetExecutionContextRef() const { in GetExecutionContextRef() function
330 const ExecutionContextRef &GetExecutionContextRef() const { in GetExecutionContextRef() function
331 return m_update_point.GetExecutionContextRef(); in GetExecutionContextRef()
335 return m_update_point.GetExecutionContextRef().GetTargetSP(); in GetTargetSP()
339 return m_update_point.GetExecutionContextRef().GetProcessSP(); in GetProcessSP()
343 return m_update_point.GetExecutionContextRef().GetThreadSP(); in GetThreadSP()
347 return m_update_point.GetExecutionContextRef().GetFrameSP(); in GetFrameSP()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxProxyArray.cpp111 "", offset, m_backend.GetExecutionContextRef(), m_element_type_size_t); in GetChildAtIndex()
125 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DLibCxxVector.cpp124 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
248 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
H A DLibStdcpp.cpp109 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
212 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
H A DLibCxxInitializerList.cpp79 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DLibCxxSpan.cpp90 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DLibCxxList.cpp288 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
411 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DLibCxxValarray.cpp94 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp48 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
192 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
H A DCXXFunctionPointer.cpp36 ExecutionContext exe_ctx(valobj.GetExecutionContextRef()); in CXXFunctionPointerSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceCursor.cpp21 ExecutionContextRef &TraceCursor::GetExecutionContextRef() { in GetExecutionContextRef() function in TraceCursor
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h205 ExecutionContextRef &GetExecutionContextRef();

12