Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectUpdater.cpp41 m_user_valobj_sp->GetDynamicValue(lldb::eDynamicDontRunTarget); in GetSP()
H A DValueObjectSynthetic.cpp121 ValueObjectSynthetic::GetDynamicValue(lldb::DynamicValueType valueType) { in GetDynamicValue() function in ValueObjectSynthetic
126 return m_parent->GetDynamicValue(valueType); in GetDynamicValue()
H A DDILEval.cpp184 lldb::ValueObjectSP dynamic_rhs = rhs->GetDynamicValue(m_use_dynamic); in Visit()
309 field_obj->GetDynamicValue(m_use_dynamic); in Visit()
H A DValueObjectConstResult.cpp280 ValueObjectConstResult::GetDynamicValue(lldb::DynamicValueType use_dynamic) { in GetDynamicValue() function in ValueObjectConstResult
H A DValueObject.cpp2036 ValueObjectSP ValueObject::GetDynamicValue(DynamicValueType use_dynamic) { in GetDynamicValue() function in ValueObject
2752 result_sp = GetDynamicValue(dynValue); in GetQualifiedRepresentationIfAvailable()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectSynthetic.h63 GetDynamicValue(lldb::DynamicValueType valueType) override;
H A DValueObjectConstResult.h102 GetDynamicValue(lldb::DynamicValueType valueType) override;
H A DValueObject.h604 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.cpp808 child_valobj_sp->GetDynamicValue(use_dynamic)); in LegacyGetValueForVariableExpressionPath()
1018 child_valobj_sp->GetDynamicValue(use_dynamic)); in LegacyGetValueForVariableExpressionPath()
1103 child_valobj_sp->GetDynamicValue(use_dynamic)); in LegacyGetValueForVariableExpressionPath()
1243 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.cpp3463 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()
749 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.cpp668 = 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.cpp77726 result = (arg1)->GetDynamicValue(arg2); in _wrap_SBValue_GetDynamicValue()