Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h41 lldb::DynamicValueType GetFetchDynamicValue() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp76 lldb::DynamicValueType SBExpressionOptions::GetFetchDynamicValue() const { in GetFetchDynamicValue() function in SBExpressionOptions
H A DSBFrame.cpp1121 expr, options.GetFetchDynamicValue(), in EvaluateExpression()
1126 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
H A DSBValue.cpp1239 result.SetSP(res_val_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
H A DSBTarget.cpp2334 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp27053 …result = (lldb::DynamicValueType)((lldb::SBExpressionOptions const *)arg1)->GetFetchDynamicValue(); in _wrap_SBExpressionOptions_GetFetchDynamicValue()