Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h40 lldb::DynamicValueType GetFetchDynamicValue() const;
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBExpressionOptions.i52 GetFetchDynamicValue () const;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp76 lldb::DynamicValueType SBExpressionOptions::GetFetchDynamicValue() const { in GetFetchDynamicValue() function in SBExpressionOptions
H A DSBFrame.cpp1071 expr, options.GetFetchDynamicValue(), in EvaluateExpression()
1076 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
H A DSBValue.cpp1208 result.SetSP(res_val_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
H A DSBTarget.cpp2229 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()