Home
last modified time | relevance | path

Searched refs:fetch_dynamic_value (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp981 lldb::DynamicValueType fetch_dynamic_value = in EvaluateExpression() local
983 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
997 lldb::DynamicValueType fetch_dynamic_value) { in EvaluateExpression() argument
998 LLDB_INSTRUMENT_VA(this, expr, fetch_dynamic_value); in EvaluateExpression()
1001 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
1017 lldb::DynamicValueType fetch_dynamic_value, in EvaluateExpression() argument
1019 LLDB_INSTRUMENT_VA(this, expr, fetch_dynamic_value, unwind_on_error); in EvaluateExpression()
1025 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
H A DSBTarget.cpp2198 lldb::DynamicValueType fetch_dynamic_value = in EvaluateExpression() local
2200 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()