Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectVariable.cpp101 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
108 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
142 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
272 const ExecutionContextRef &exe_ctx_ref = GetExecutionContextRef(); in IsInScope()
329 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetValueFromCString()
358 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetData()
H A DValueObjectRegister.cpp73 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
95 ExecutionContext exe_ctx(GetExecutionContextRef()); in CreateChildAtIndex()
151 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
259 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetCompilerTypeImpl()
282 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
291 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
H A DValueObjectCast.cpp47 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
54 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
82 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
H A DValueObject.cpp411 ExecutionContext exe_ctx(GetExecutionContextRef()); in ResolveValue()
642 ExecutionContext exe_ctx(GetExecutionContextRef()); in CreateChildAtIndex()
757 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData()
849 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetData()
895 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetData()
943 ExecutionContext exe_ctx(GetExecutionContextRef()); in ReadPointedString()
1102 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetObjectDescription()
1697 ExecutionContext exe_ctx(GetExecutionContextRef()); in IsPossibleDynamicType()
1826 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetSyntheticChildAtOffset()
1868 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetSyntheticBase()
[all …]
H A DValueObjectDynamicValue.cpp95 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
105 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
133 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
H A DValueObjectConstResultImpl.cpp73 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in CreateChildAtIndex()
131 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in AddressOf()
H A DValueObjectConstResult.cpp200 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
212 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
277 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetDynamicValue()
H A DValueObjectChild.cpp54 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
203 GetExecutionContextRef().Lock(thread_and_frame_only_if_stopped)); in UpdateValue()
H A DValueObjectMemory.cpp131 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
155 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSException.cpp81 valobj.GetExecutionContextRef(), voidstar); in ExtractFields()
85 valobj.GetExecutionContextRef(), voidstar); in ExtractFields()
89 valobj.GetExecutionContextRef(), voidstar); in ExtractFields()
93 valobj.GetExecutionContextRef(), voidstar); in ExtractFields()
H A DNSError.cpp90 valobj.GetExecutionContextRef(), process_sp->GetTarget() in NSError_SummaryProvider()
159 m_backend.GetExecutionContextRef(), in Update()
H A DCoreMedia.cpp30 valobj.GetExecutionContextRef() in CMTimeSummaryProvider()
H A DNSArray.cpp472 clang::ASTContext *ast = valobj_sp->GetExecutionContextRef() in NSArrayMSyntheticFrontEndBase()
524 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
620 ClangASTContext *ast = valobj_sp->GetExecutionContextRef() in GenericNSArrayISyntheticFrontEnd()
669 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
H A DNSDictionary.cpp555 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
731 "[0]", data, m_backend.GetExecutionContextRef(), pair_type); in GetChildAtIndex()
783 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
951 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h287 const ExecutionContextRef &GetExecutionContextRef() const { in GetExecutionContextRef() function
354 const ExecutionContextRef &GetExecutionContextRef() const { in GetExecutionContextRef() function
355 return m_update_point.GetExecutionContextRef(); in GetExecutionContextRef()
359 return m_update_point.GetExecutionContextRef().GetTargetSP(); in GetTargetSP()
363 return m_update_point.GetExecutionContextRef().GetProcessSP(); in GetProcessSP()
367 return m_update_point.GetExecutionContextRef().GetThreadSP(); in GetThreadSP()
371 return m_update_point.GetExecutionContextRef().GetFrameSP(); in GetFrameSP()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp49 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
189 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
H A DCXXFunctionPointer.cpp37 ExecutionContext exe_ctx(valobj.GetExecutionContextRef()); in CXXFunctionPointerSummaryProvider()
H A DTypeSummary.cpp88 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp65 ExecutionContext exe_ctx(valobj_sp->GetExecutionContextRef()); in LibcxxFunctionSummaryProvider()
271 "pair", extractor, valobj_sp->GetExecutionContextRef(), in Update()
382 "count", data, valobj_sp->GetExecutionContextRef(), in GetChildAtIndex()
396 "count", data, valobj_sp->GetExecutionContextRef(), in GetChildAtIndex()
H A DLibCxxVector.cpp116 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
252 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
H A DLibStdcpp.cpp101 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
206 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
H A DLibCxxList.cpp290 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
409 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DLibCxxInitializerList.cpp83 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DLibCxxBitset.cpp78 ExecutionContext ctx = m_backend.GetExecutionContextRef().Lock(false); in GetChildAtIndex()
H A DBlockPointer.cpp101 ExecutionContext exe_ctx = m_backend.GetExecutionContextRef().Lock( in GetChildAtIndex()

12