reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/UnwindPlan.cpp
  222   m_register_locations.clear();
  240   for (collection::const_iterator idx = m_register_locations.begin();
  241        idx != m_register_locations.end(); ++idx) {
  256   collection::const_iterator pos = m_register_locations.find(reg_num);
  257   if (pos != m_register_locations.end()) {
  265   collection::const_iterator pos = m_register_locations.find(reg_num);
  266   if (pos != m_register_locations.end()) {
  267     m_register_locations.erase(pos);
  274   m_register_locations[reg_num] = register_location;
  281       m_register_locations.find(reg_num) != m_register_locations.end())
  281       m_register_locations.find(reg_num) != m_register_locations.end())
  285   m_register_locations[reg_num] = reg_loc;
  293       m_register_locations.find(reg_num) != m_register_locations.end())
  293       m_register_locations.find(reg_num) != m_register_locations.end())
  297   m_register_locations[reg_num] = reg_loc;
  303   collection::iterator pos = m_register_locations.find(reg_num);
  304   collection::iterator end = m_register_locations.end();
  314   m_register_locations[reg_num] = reg_loc;
  321       m_register_locations.find(reg_num) != m_register_locations.end())
  321       m_register_locations.find(reg_num) != m_register_locations.end())
  325   m_register_locations[reg_num] = reg_loc;
  333       m_register_locations.find(reg_num) != m_register_locations.end())
  333       m_register_locations.find(reg_num) != m_register_locations.end())
  337   m_register_locations[reg_num] = reg_loc;
  344       m_register_locations.find(reg_num) == m_register_locations.end())
  344       m_register_locations.find(reg_num) == m_register_locations.end())
  348   m_register_locations[reg_num] = reg_loc;
  356       m_register_locations == rhs.m_register_locations;
  356       m_register_locations == rhs.m_register_locations;