HomeSort by relevance Sort by last modified time
    Searched refs:m_unwinds (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Symbol/
UnwindTable.cpp 31 m_unwinds (),
80 iterator end = m_unwinds.end ();
82 if (!m_unwinds.empty())
84 insert_pos = m_unwinds.lower_bound (file_addr);
86 if ((pos == m_unwinds.end ()) || (pos != m_unwinds.begin() && pos->second->GetFunctionStartAddress() != addr))
104 m_unwinds.insert (insert_pos, std::make_pair(range.GetBaseAddress().GetFileAddress(), func_unwinder_sp));
139 const_iterator begin = m_unwinds.begin();
140 const_iterator end = m_unwinds.end();
  /external/lldb/include/lldb/Symbol/
UnwindTable.h 56 collection m_unwinds; member in class:lldb_private::UnwindTable

Completed in 193 milliseconds