Home
last modified time | relevance | path

Searched refs:RemoteMemoryManager (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/lli/
DRemoteMemoryManager.cpp25 RemoteMemoryManager::~RemoteMemoryManager() { in ~RemoteMemoryManager()
32 uint8_t *RemoteMemoryManager::
47 uint8_t *RemoteMemoryManager::
63 sys::MemoryBlock RemoteMemoryManager::allocateSection(uintptr_t Size) { in allocateSection()
80 void RemoteMemoryManager::notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
151 bool RemoteMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory()
DRemoteMemoryManager.h28 class RemoteMemoryManager : public RTDyldMemoryManager {
66 RemoteMemoryManager() : Target(nullptr) {} in RemoteMemoryManager() function
67 ~RemoteMemoryManager() override;
DCMakeLists.txt39 RemoteMemoryManager.cpp
DAndroid.mk13 RemoteMemoryManager.cpp \
Dlli.cpp457 RTDyldMM = new RemoteMemoryManager(); in main()
658 RemoteMemoryManager *MM = static_cast<RemoteMemoryManager*>(RTDyldMM); in main()