Lines Matching refs:mpMemMgr
82 mpMemMgr(pMemMgr), in CodeEmitter()
128 mpMemMgr->reset(); in reset()
1149 mpMemMgr->setMemoryWritable(); in startFunction()
1165 mpMemMgr->startFunctionBody(F.getFunction(), ActualSize); in startFunction()
1199 mpMemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr); in finishFunction()
1262 mpMemMgr->getGOTBase()); in finishFunction()
1265 mpMemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr); in finishFunction()
1302 mpMemMgr->setMemoryExecutable(); in finishFunction()
1320 BufferBegin = CurBufferPtr = mpMemMgr->allocateStub(GV, StubSize, in startGVStub()
1355 uint8_t *IndGV = mpMemMgr->allocateStub(GV, Size, Alignment); in allocIndirectGV()
1366 return mpMemMgr->allocateGlobal(Size, Alignment); in allocateGlobal()