Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp85 lldb::DynamicValueType SBExpressionOptions::GetFetchDynamicValue() const { in GetFetchDynamicValue() function in SBExpressionOptions
87 GetFetchDynamicValue); in GetFetchDynamicValue()
310 GetFetchDynamicValue, ()); in RegisterMethods()
H A DSBFrame.cpp1112 expr, options.GetFetchDynamicValue(), in EvaluateExpression()
1117 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
H A DSBValue.cpp1249 result.SetSP(res_val_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
H A DSBTarget.cpp2386 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h40 lldb::DynamicValueType GetFetchDynamicValue() const;
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i52 GetFetchDynamicValue () const;
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23517 …result = (lldb::DynamicValueType)((lldb::SBExpressionOptions const *)arg1)->GetFetchDynamicValue(); in _wrap_SBExpressionOptions_GetFetchDynamicValue()