Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp103 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
110 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
146 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
255 ExecutionContext exe_ctx(GetExecutionContextRef()); in DoUpdateChildrenAddressType()
309 const ExecutionContextRef &exe_ctx_ref = GetExecutionContextRef(); in IsInScope()
366 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetValueFromCString()
395 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetData()
H A DValueObjectCast.cpp45 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
52 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
79 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
H A DValueObjectRegister.cpp91 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
198 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetCompilerTypeImpl()
224 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
235 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
H A DValueObjectChild.cpp53 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
164 ExecutionContext exe_ctx(GetExecutionContextRef().Lock( in UpdateValue()
198 GetExecutionContextRef().Lock(thread_and_frame_only_if_stopped)); in UpdateValue()
H A DValueObject.cpp336 ExecutionContext exe_ctx(GetExecutionContextRef()); in ResolveValue()
497 ExecutionContext exe_ctx(GetExecutionContextRef()); in CreateChildAtIndex()
630 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData()
722 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetData()
819 ExecutionContext exe_ctx(GetExecutionContextRef()); in ReadPointedString()
960 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetObjectDescription()
1535 ExecutionContext exe_ctx(GetExecutionContextRef()); in IsPossibleDynamicType()
1665 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetSyntheticChildAtOffset()
1707 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetSyntheticBase()
2684 ExecutionContext exe_ctx(GetExecutionContextRef()); in AddressOf()
[all …]
H A DValueObjectMemory.cpp135 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
143 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
158 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
H A DValueObjectDynamicValue.cpp91 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
101 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
129 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
H A DValueObjectConstResult.cpp208 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
220 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
285 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetDynamicValue()
H A DValueObjectConstResultImpl.cpp71 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in CreateChildAtIndex()
136 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in AddressOf()
/freebsd-14.2/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.cpp463 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in NSArrayMSyntheticFrontEndBase()
514 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
609 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in GenericNSArrayISyntheticFrontEnd()
656 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
H A DNSDictionary.cpp626 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
759 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
888 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
1050 "[0]", data, m_backend.GetExecutionContextRef(), pair_type); in GetChildAtIndex()
1101 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
1263 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
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-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp48 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
188 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
H A DCXXFunctionPointer.cpp38 ExecutionContext exe_ctx(valobj.GetExecutionContextRef()); in CXXFunctionPointerSummaryProvider()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTraceCursor.cpp21 ExecutionContextRef &TraceCursor::GetExecutionContextRef() { in GetExecutionContextRef() function in TraceCursor
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h205 ExecutionContextRef &GetExecutionContextRef();
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp115 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
249 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
H A DLibCxxInitializerList.cpp81 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DLibCxxSpan.cpp92 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DLibStdcpp.cpp111 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
213 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
H A DLibCxxList.cpp283 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
393 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DGenericBitset.cpp107 ExecutionContext ctx = m_backend.GetExecutionContextRef().Lock(false); in GetChildAtIndex()
H A DBlockPointer.cpp92 ExecutionContext exe_ctx = m_backend.GetExecutionContextRef().Lock( in GetChildAtIndex()

12