HomeSort by relevance Sort by last modified time
    Searched refs:MemoryManager (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Expression/
IRExecutionUnit.cpp 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
    [all...]
  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 178 class MemoryManager : public llvm::JITMemoryManager
181 MemoryManager (IRExecutionUnit &parent);

Completed in 181 milliseconds