Home
last modified time | relevance | path

Searched refs:m_unwindinfo_data_computed (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp167 m_unwindinfo_data_computed(false), m_unwind_header() {} in CompactUnwindInfo()
237 if (m_indexes_computed == eLazyBoolYes && m_unwindinfo_data_computed) in IsValid()
242 return m_indexes_computed == eLazyBoolYes && m_unwindinfo_data_computed; in IsValid()
247 if (m_indexes_computed == eLazyBoolYes && m_unwindinfo_data_computed) in ScanIndex()
260 if (!m_unwindinfo_data_computed) { in ScanIndex()
286 m_unwindinfo_data_computed = true; in ScanIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h155 bool m_unwindinfo_data_computed; // true once we've mapped in the unwindinfo variable