Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBExpressionOptions.h41 lldb::DynamicValueType GetFetchDynamicValue() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBExpressionOptions.cpp76 lldb::DynamicValueType SBExpressionOptions::GetFetchDynamicValue() const { in GetFetchDynamicValue() function in SBExpressionOptions
HDSBFrame.cpp1121 expr, options.GetFetchDynamicValue(), in EvaluateExpression()
1126 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
HDSBValue.cpp1239 result.SetSP(res_val_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
HDSBTarget.cpp2334 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp27053 …result = (lldb::DynamicValueType)((lldb::SBExpressionOptions const *)arg1)->GetFetchDynamicValue(); in _wrap_SBExpressionOptions_GetFetchDynamicValue()