Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h41 lldb::DynamicValueType GetFetchDynamicValue() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp61 lldb::DynamicValueType SBExpressionOptions::GetFetchDynamicValue() const { in GetFetchDynamicValue() function in SBExpressionOptions
H A DSBFrame.cpp1296 expr, options.GetFetchDynamicValue(), in EvaluateExpression()
1302 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
H A DSBTarget.cpp2273 expr, options.GetFetchDynamicValue(), in EvaluateExpression()
2279 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()