Searched refs:m_allocations (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRMemoryMap.cpp38 while ((iter = m_allocations.begin()) != m_allocations.end())
42 m_allocations.erase(iter);
109 return m_allocations.end();
111 AllocationMap::iterator iter = m_allocations.lower_bound (addr);
113 if (iter == m_allocations.end() ||
116 if (iter == m_allocations.begin())
117 return m_allocations.end();
124 return m_allocations.end();
133 AllocationMap::iterator iter = m_allocations
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRMemoryMap.h116 AllocationMap m_allocations; member in class:lldb_private::IRMemoryMap

Completed in 190 milliseconds