Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectUpdater.cpp41 m_user_valobj_sp->GetDynamicValue(lldb::eDynamicDontRunTarget); in GetSP()
H A DValueObjectSyntheticFilter.cpp121 ValueObjectSynthetic::GetDynamicValue(lldb::DynamicValueType valueType) { in GetDynamicValue() function in ValueObjectSynthetic
126 return m_parent->GetDynamicValue(valueType); in GetDynamicValue()
H A DValueObjectConstResult.cpp277 ValueObjectConstResult::GetDynamicValue(lldb::DynamicValueType use_dynamic) { in GetDynamicValue() function in ValueObjectConstResult
H A DValueObject.cpp2001 ValueObjectSP ValueObject::GetDynamicValue(DynamicValueType use_dynamic) { in GetDynamicValue() function in ValueObject
2774 result_sp = GetDynamicValue(dynValue); in GetQualifiedRepresentationIfAvailable()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h63 GetDynamicValue(lldb::DynamicValueType valueType) override;
H A DValueObjectConstResult.h102 GetDynamicValue(lldb::DynamicValueType valueType) override;
H A DValueObject.h600 virtual lldb::ValueObjectSP GetDynamicValue(lldb::DynamicValueType valueType);
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueExtensions.i7 return self.GetDynamicValue (eDynamicCanRunTarget)
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h86 lldb::SBValue GetDynamicValue(lldb::DynamicValueType use_dynamic);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp750 child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
960 child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
1043 child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
1178 ValueObjectSP dynamic_sp = valobj_sp->GetDynamicValue(use_dynamic); in GetValueObjectForFrameVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp544 object = object->GetDynamicValue(eDynamicDontRunTarget); in GetBacktraceThreadFromException()
H A DAppleObjCRuntimeV2.cpp3436 exception = exception->GetDynamicValue(eDynamicDontRunTarget); in ObjCExceptionRecognizedStackFrame()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp136 ValueObjectSP dynamic_sp = value_sp->GetDynamicValue(m_use_dynamic); in GetSP()
730 lldb::SBValue SBValue::GetDynamicValue(lldb::DynamicValueType use_dynamic) { in GetDynamicValue() function in SBValue
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp672 = exception->GetDynamicValue(eDynamicDontRunTarget); in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp120 m_orig_valobj.GetDynamicValue(m_options.m_use_dynamic).get(); in SetupMostSpecializedValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp76366 result = (arg1)->GetDynamicValue(arg2); in _wrap_SBValue_GetDynamicValue()