Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DUnwindPlan.h90 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified() function
216 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified() function
/llvm-project-15.0.7/lldb/source/Symbol/
H A DUnwindPlan.cpp234 if (!m_afa_value.IsUnspecified()) { in Dump()
311 if (can_replace_only_if_unspecified && !pos->second.IsUnspecified()) in SetRegisterLocationToUndefined()
/llvm-project-15.0.7/lldb/source/Target/
H A DRegisterContextUnwind.cpp1527 if (unwindplan_regloc.IsUnspecified()) { in SavedLocationForRegister()