Home
last modified time | relevance | path

Searched refs:IsLocationList (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp105 bool DWARFExpression::IsLocationList() const { in IsLocationList() function in DWARFExpression
131 if (IsLocationList()) { in GetDescription()
413 if (IsLocationList()) in GetLocation_DW_OP_addr()
450 if (IsLocationList()) in Update_DW_OP_addr()
494 if (IsLocationList()) in ContainsThreadLocalStorage()
517 if (IsLocationList()) in LinkThreadLocalStorage()
615 if (!IsLocationList()) in LocationListContainsAddress()
625 if (!IsLocationList()) { in DumpLocationForAddress()
865 if (IsLocationList()) { in Evaluate()
2732 if (IsLocationList()) { in MatchesOperand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp151 if (m_location.IsLocationList()) { in Dump()
226 if (!m_location.IsLocationList()) { in LocationIsValidForFrame()
260 if (!m_location.IsLocationList()) { in LocationIsValidForAddress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h75 bool IsLocationList() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp154 if (expr.IsLocationList()) { in UpdateValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1083 if (m_sc.function->GetFrameBaseExpression().IsLocationList()) in GetFrameBaseValue()