Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp107 bool DWARFExpression::IsLocationList() const { in IsLocationList() function in DWARFExpression
133 if (IsLocationList()) { in GetDescription()
415 if (IsLocationList()) in GetLocation_DW_OP_addr()
452 if (IsLocationList()) in Update_DW_OP_addr()
496 if (IsLocationList()) in ContainsThreadLocalStorage()
519 if (IsLocationList()) in LinkThreadLocalStorage()
617 if (!IsLocationList()) in LocationListContainsAddress()
627 if (!IsLocationList()) { in DumpLocationForAddress()
867 if (IsLocationList()) { in Evaluate()
2638 if (IsLocationList()) { in MatchesOperand()
/external/llvm-project/lldb/source/Symbol/
DVariable.cpp151 if (m_location.IsLocationList()) { in Dump()
226 if (!m_location.IsLocationList()) { in LocationIsValidForFrame()
260 if (!m_location.IsLocationList()) { in LocationIsValidForAddress()
/external/llvm-project/lldb/include/lldb/Expression/
DDWARFExpression.h75 bool IsLocationList() const;
/external/llvm-project/lldb/source/Core/
DValueObjectVariable.cpp154 if (expr.IsLocationList()) { in UpdateValue()
/external/llvm-project/lldb/source/Target/
DStackFrame.cpp1077 if (m_sc.function->GetFrameBaseExpression().IsLocationList()) in GetFrameBaseValue()