Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h78 DWARFExpression &LocationExpression() { return m_location; } in LocationExpression() function
80 const DWARFExpression &LocationExpression() const { return m_location; } in LocationExpression() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectVariable.cpp129 DWARFExpression &expr = variable->LocationExpression(); in UpdateValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp532 !m_variable_sp->LocationExpression().IsValid()) { in Materialize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1522 if (var_sp->LocationExpression().MatchesOperand(frame, op)) { in DoGuessValueAt()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1600 DWARFExpression &var_location_expr = var->LocationExpression(); in GetVariableValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1755 const DWARFExpression &location = var_sp->LocationExpression(); in GetGlobalAranges()