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

  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 77 /// NotifyFreeingObject - Called just before the memory associated with
79 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {}
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 53 void NotifyFreeingObject(const ObjectFile &Obj) override;
114 void OProfileJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) {
  /external/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 117 void NotifyFreeingObject(const ObjectFile &Object) override;
193 void GDBJITRegistrationListener::NotifyFreeingObject(const ObjectFile& Object) {
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 60 void NotifyFreeingObject(const ObjectFile &Obj) override;
184 void IntelJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 99 NotifyFreeingObject(*Obj);
592 void MCJIT::NotifyFreeingObject(const object::ObjectFile& Obj) {
595 L->NotifyFreeingObject(Obj);
MCJIT.h 321 void NotifyFreeingObject(const object::ObjectFile& Obj);

Completed in 132 milliseconds