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

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 31 class RTDyldMemoryManager {
32 RTDyldMemoryManager(const RTDyldMemoryManager&); // DO NOT IMPLEMENT
33 void operator=(const RTDyldMemoryManager&); // DO NOT IMPLEMENT
35 RTDyldMemoryManager() {}
36 virtual ~RTDyldMemoryManager();
56 RTDyldMemoryManager *MM;
58 RuntimeDyld(RTDyldMemoryManager*);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 20 RTDyldMemoryManager::~RTDyldMemoryManager() {}
56 RuntimeDyld::RuntimeDyld(RTDyldMemoryManager *mm) {

Completed in 585 milliseconds