Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDCompactUnwindInfo.cpp140 m_indexes_computed (eLazyBoolCalculate), in CompactUnwindInfo()
215 if (m_indexes_computed == eLazyBoolYes && m_unwindinfo_data_computed) in IsValid()
220 return m_indexes_computed == eLazyBoolYes && m_unwindinfo_data_computed; in IsValid()
227 if (m_indexes_computed == eLazyBoolYes && m_unwindinfo_data_computed) in ScanIndex()
231 if (m_indexes_computed == eLazyBoolNo) in ScanIndex()
301 m_indexes_computed = eLazyBoolNo; in ScanIndex()
324 m_indexes_computed = eLazyBoolNo; in ScanIndex()
344 m_indexes_computed = eLazyBoolYes; in ScanIndex()
348 m_indexes_computed = eLazyBoolNo; in ScanIndex()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDCompactUnwindInfo.h143 …LazyBool m_indexes_computed; // eLazyBoolYes once we've tried to parse … variable