Searched refs:MemoryManager (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp306 .setJITMemoryManager(new MemoryManager(*this))
412 IRExecutionUnit::MemoryManager::MemoryManager (IRExecutionUnit &parent) : function in class:IRExecutionUnit::MemoryManager
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
[all...]
/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h178 class MemoryManager : public llvm::JITMemoryManager class in class:lldb_private::IRExecutionUnit
181 MemoryManager (IRExecutionUnit &parent);

Completed in 284 milliseconds