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

  /external/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 33 // Don't hide the notifyObjectLoaded method from RuntimeDyld::MemoryManager.
34 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
46 virtual void notifyObjectLoaded(ExecutionEngine *EE,
RuntimeDyld.h 182 /// MCJITMemoryManager::notifyObjectLoaded as this method is compatible with
184 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld,
  /external/llvm/tools/lli/
RemoteJITUtils.h 129 void notifyObjectLoaded(RuntimeDyld &RTDyld,
131 MemMgr->notifyObjectLoaded(RTDyld, Obj);
134 // Don't hide the sibling notifyObjectLoaded from RTDyldMemoryManager.
135 using RTDyldMemoryManager::notifyObjectLoaded;
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 80 void notifyObjectLoaded(RuntimeDyld &RTDyld,
82 return ClientMM->notifyObjectLoaded(RTDyld, O);
85 void notifyObjectLoaded(ExecutionEngine *EE,
87 return ClientMM->notifyObjectLoaded(EE, O);
153 ClientResolver(std::move(ClientResolver)), NotifyObjectLoaded(*this),
155 ObjectLayer(NotifyObjectLoaded, NotifyFinalized),
304 M.MemMgr.notifyObjectLoaded(&M, getObject(*Objects[I]));
352 NotifyObjectLoadedT NotifyObjectLoaded;
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 635 MemMgr->notifyObjectLoaded(this, Obj);
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 183 void notifyObjectLoaded(RuntimeDyld &Dyld,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp     [all...]

Completed in 133 milliseconds