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

References

tools/lldb/source/Expression/IRMemoryMap.cpp
   35     while ((iter = m_allocations.begin()) != m_allocations.end()) {
   35     while ((iter = m_allocations.begin()) != m_allocations.end()) {
   38         m_allocations.erase(iter);
   85   if (m_allocations.empty()) {
   88     auto back = m_allocations.rbegin();
  140   if (m_allocations.empty()) {
  155     auto back = m_allocations.rbegin();
  167     return m_allocations.end();
  169   AllocationMap::iterator iter = m_allocations.lower_bound(addr);
  171   if (iter == m_allocations.end() || iter->first > addr) {
  172     if (iter == m_allocations.begin())
  173       return m_allocations.end();
  180   return m_allocations.end();
  187   AllocationMap::const_iterator iter = m_allocations.lower_bound(addr);
  196   if (iter != m_allocations.end()) {
  202   if (iter != m_allocations.begin()) {
  391   m_allocations.emplace(
  433   AllocationMap::iterator iter = m_allocations.find(process_address);
  435   if (iter == m_allocations.end()) {
  449   AllocationMap::iterator iter = m_allocations.find(process_address);
  451   if (iter == m_allocations.end()) {
  488   m_allocations.erase(iter);
  493   if (iter == m_allocations.end())
  520   if (iter == m_allocations.end()) {
  630   if (iter == m_allocations.end()) {
  788     if (iter == m_allocations.end()) {