Home | History | Annotate | Download | only in lli

Lines Matching refs:MB

29     sys::Memory::releaseMappedMemory(I->MB);
65 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(Size,
70 assert(!ec && MB.base());
76 Near = MB;
77 return MB;
101 unsigned Size = Section.MB.size();
118 unsigned Size = Section.MB.size();
140 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first.MB.base()), Addr);
142 DEBUG(dbgs() << " Mapping local: " << Offsets[i].first.MB.base()
159 if (!Target->loadCode(RemoteAddr, Section.MB.base(), Section.MB.size()))
161 DEBUG(dbgs() << " loading code: " << Section.MB.base()
164 if (!Target->loadData(RemoteAddr, Section.MB.base(), Section.MB.size()))
166 DEBUG(dbgs() << " loading data: " << Section.MB.base()