/llvm-project/lldb/source/Core/ |
H A D | ValueObjectVariable.cpp |
|
H A D | ValueObjectCast.cpp |
|
H A D | ValueObjectRegister.cpp |
|
H A D | ValueObjectConstResultImpl.cpp |
|
H A D | ValueObjectChild.cpp |
|
H A D | ValueObjectMemory.cpp |
|
H A D | ValueObject.cpp |
|
H A D | ValueObjectDynamicValue.cpp |
|
H A D | ValueObjectConstResult.cpp |
|
/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSException.cpp | 82 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 D | NSError.cpp | 92 valobj.GetExecutionContextRef(), in NSError_SummaryProvider() 163 m_backend.GetExecutionContextRef(), in Update()
|
H A D | NSArray.cpp | 463 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in NSArrayMSyntheticFrontEndBase() 513 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 608 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in GenericNSArrayISyntheticFrontEnd() 655 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
H A D | NSDictionary.cpp | 627 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 761 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 893 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 1058 "[0]", data, m_backend.GetExecutionContextRef(), pair_type); in GetChildAtIndex() 1111 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 1272 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h |
|
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxProxyArray.cpp | 113 "", offset, m_backend.GetExecutionContextRef(), m_element_type_size_t); in GetChildAtIndex() 127 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
H A D | LibCxxVector.cpp | 117 m_backend.GetExecutionContextRef(), in GetChildAtIndex() 236 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
H A D | LibCxxSpan.cpp | 92 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
H A D | LibCxxInitializerList.cpp | 81 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
H A D | LibCxxList.cpp | 284 m_backend.GetExecutionContextRef(), in GetChildAtIndex() 407 m_backend.GetExecutionContextRef(), in Update()
|
H A D | LibStdcpp.cpp | 111 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 214 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
H A D | LibCxxValarray.cpp | 96 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeFormat.cpp | 48 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject() 188 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
|
H A D | CXXFunctionPointer.cpp | 38 ExecutionContext exe_ctx(valobj.GetExecutionContextRef()); in CXXFunctionPointerSummaryProvider()
|
/llvm-project/lldb/source/Target/ |
H A D | TraceCursor.cpp | 21 ExecutionContextRef &TraceCursor::GetExecutionContextRef() { in GetExecutionContextRef() function in TraceCursor
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | TraceCursor.h | 205 ExecutionContextRef &GetExecutionContextRef();
|