Searched refs:mpMemMgr (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/libbcc/lib/CodeGen/ |
D | CodeEmitter.cpp | 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() [all …]
|
D | CodeEmitter.h | 78 CodeMemoryManager *mpMemMgr; variable
|