Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:MemMgr

148   if (MemMgr.needsToReserveAllocationSpace()) {
151 MemMgr.reserveAllocationSpace(CodeSize, DataSizeRO, DataSizeRW);
515 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, sizeof(void *),
609 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID,
611 : MemMgr.allocateDataSection(Allocate, Alignment, SectionID,
871 RuntimeDyld::RuntimeDyld(RuntimeDyld::MemoryManager &MemMgr,
873 : MemMgr(MemMgr), Resolver(Resolver) {
924 Dyld = createRuntimeDyldELF(MemMgr, Resolver, ProcessAllSections, Checker);
927 static_cast<Triple::ArchType>(Obj.getArch()), MemMgr, Resolver,
931 static_cast<Triple::ArchType>(Obj.getArch()), MemMgr, Resolver,