Home
last modified time | relevance | path

Searched refs:GetScopeRange (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h68 const RangeList &GetScopeRange() const { return m_scope_range; } in GetScopeRange() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp751 if (var_sp->GetScopeRange().IsEmpty()) in Dump()
754 for (auto range : var_sp->GetScopeRange()) in Dump()
758 var_sp->GetScopeRange().FindEntryThatContains( in Dump()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp247 GetScopeRange().IsEmpty() || GetScopeRange().FindEntryThatContains( in LocationIsValidForAddress()