Home
last modified time | relevance | path

Searched refs:GetFetchDynamicValue (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h40 lldb::DynamicValueType GetFetchDynamicValue() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp76 lldb::DynamicValueType SBExpressionOptions::GetFetchDynamicValue() const { in GetFetchDynamicValue() function in SBExpressionOptions
H A DSBFrame.cpp1117 expr, options.GetFetchDynamicValue(), in EvaluateExpression()
1122 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
H A DSBValue.cpp1202 result.SetSP(res_val_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
H A DSBTarget.cpp2293 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp25710 …result = (lldb::DynamicValueType)((lldb::SBExpressionOptions const *)arg1)->GetFetchDynamicValue(); in _wrap_SBExpressionOptions_GetFetchDynamicValue()