Home | History | Annotate | Download | only in Expression

Lines Matching refs:MemoryManager

306     .setJITMemoryManager(new MemoryManager(*this))
412 IRExecutionUnit::MemoryManager::MemoryManager (IRExecutionUnit &parent) :
419 IRExecutionUnit::MemoryManager::setMemoryWritable ()
425 IRExecutionUnit::MemoryManager::setMemoryExecutable ()
432 IRExecutionUnit::MemoryManager::startFunctionBody(const llvm::Function *F,
439 IRExecutionUnit::MemoryManager::allocateStub(const llvm::GlobalValue* F,
462 IRExecutionUnit::MemoryManager::endFunctionBody(const llvm::Function *F,
470 IRExecutionUnit::MemoryManager::allocateSpace(intptr_t Size, unsigned Alignment)
491 IRExecutionUnit::MemoryManager::allocateCodeSection(uintptr_t Size,
515 IRExecutionUnit::MemoryManager::allocateDataSection(uintptr_t Size,
539 IRExecutionUnit::MemoryManager::allocateGlobal(uintptr_t Size,
561 IRExecutionUnit::MemoryManager::deallocateFunctionBody(void *Body)