Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp135 DWARFExpressionList &expr_list = variable->LocationExpressionList(); in UpdateValue() local
140 if (expr_list.GetExpressionData(m_data)) { in UpdateValue()
158 if (!expr_list.IsAlwaysValidSingleExpr()) { in UpdateValue()
167 llvm::Expected<Value> maybe_value = expr_list.Evaluate( in UpdateValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3429 DWARFExpressionList &expr_list, const DWARFDIE &die) { in fixupExternalAddrZeroVariable() argument
3446 DWARFExpression *location = expr_list.GetMutableExpressionAtAddress(); in fixupExternalAddrZeroVariable()