Home
last modified time | relevance | path

Searched refs:GetDynamicValue (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectUpdater.cpp41 m_user_valobj_sp->GetDynamicValue(lldb::eDynamicDontRunTarget); in GetSP()
H A DValueObjectSyntheticFilter.cpp109 ValueObjectSynthetic::GetDynamicValue(lldb::DynamicValueType valueType) { in GetDynamicValue() function in ValueObjectSynthetic
114 return m_parent->GetDynamicValue(valueType); in GetDynamicValue()
H A DValueObjectConstResult.cpp279 ValueObjectConstResult::GetDynamicValue(lldb::DynamicValueType use_dynamic) { in GetDynamicValue() function in ValueObjectConstResult
H A DValueObject.cpp1832 ValueObjectSP ValueObject::GetDynamicValue(DynamicValueType use_dynamic) { in GetDynamicValue() function in ValueObject
2603 if (result_sp->GetDynamicValue(dynValue)) in GetQualifiedRepresentationIfAvailable()
2604 result_sp = result_sp->GetDynamicValue(dynValue); in GetQualifiedRepresentationIfAvailable()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i133 GetDynamicValue (lldb::DynamicValueType use_dynamic);
445 return self.GetDynamicValue (eDynamicCanRunTarget)
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h61 GetDynamicValue(lldb::DynamicValueType valueType) override;
H A DValueObjectConstResult.h104 GetDynamicValue(lldb::DynamicValueType valueType) override;
H A DValueObject.h586 virtual lldb::ValueObjectSP GetDynamicValue(lldb::DynamicValueType valueType);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h78 lldb::SBValue GetDynamicValue(lldb::DynamicValueType use_dynamic);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp735 child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
946 child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
1030 child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
1162 ValueObjectSP dynamic_sp = valobj_sp->GetDynamicValue(use_dynamic); in GetValueObjectForFrameVariable()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp134 ValueObjectSP dynamic_sp = value_sp->GetDynamicValue(m_use_dynamic); in GetSP()
762 lldb::SBValue SBValue::GetDynamicValue(lldb::DynamicValueType use_dynamic) { in GetDynamicValue() function in SBValue
763 LLDB_RECORD_METHOD(lldb::SBValue, SBValue, GetDynamicValue, in GetDynamicValue()
1603 LLDB_REGISTER_METHOD(lldb::SBValue, SBValue, GetDynamicValue, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp596 exception = exception->GetDynamicValue(eDynamicDontRunTarget); in GetExceptionObjectForThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp537 object = object->GetDynamicValue(eDynamicDontRunTarget); in GetBacktraceThreadFromException()
H A DAppleObjCRuntimeV2.cpp3038 exception = exception->GetDynamicValue(eDynamicDontRunTarget); in ObjCExceptionRecognizedStackFrame()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp117 m_orig_valobj->GetDynamicValue(m_options.m_use_dynamic).get(); in GetMostSpecializedValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp66362 result = (arg1)->GetDynamicValue(arg2); in _wrap_SBValue_GetDynamicValue()