Searched refs:NotifyFreeingObject (Results 1 – 4 of 4) sorted by relevance
64 NotifyFreeingObject(*LoadedObject.get()); in ~MCJIT()372 void MCJIT::NotifyFreeingObject(const ObjectImage& Obj) { in NotifyFreeingObject() function in MCJIT375 EventListeners[I]->NotifyFreeingObject(Obj); in NotifyFreeingObject()
125 void NotifyFreeingObject(const ObjectImage& Obj);
91 virtual void NotifyFreeingObject(const ObjectImage &Obj) {} in NotifyFreeingObject() function
68 virtual void NotifyFreeingObject(const ObjectImage &Obj);260 void IntelJITEventListener::NotifyFreeingObject(const ObjectImage &Obj) { in NotifyFreeingObject() function in __anondc3b3e270111::IntelJITEventListener