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

/freebsd-10-stable/contrib/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp42 typedef std::map<uint64_t, uint32_t> AllocMapType; typedef in class:LLIChildTarget
43 AllocMapType m_AllocatedBufferMap;
170 AllocMapType::iterator Begin = m_AllocatedBufferMap.begin();
171 AllocMapType::iterator End = m_AllocatedBufferMap.end();
172 for (AllocMapType::iterator It = Begin; It != End; ++It) {

Completed in 269 milliseconds