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

  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 66 /// NotifyObjectEmitted - Called after an object has been successfully
74 virtual void NotifyObjectEmitted(const object::ObjectFile &Obj,
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 50 void NotifyObjectEmitted(const ObjectFile &Obj,
77 void OProfileJITEventListener::NotifyObjectEmitted(
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 57 void NotifyObjectEmitted(const ObjectFile &Obj,
96 void IntelJITEventListener::NotifyObjectEmitted(
  /external/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 111 void NotifyObjectEmitted(const ObjectFile &Object,
159 void GDBJITRegistrationListener::NotifyObjectEmitted(
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 119 NotifyObjectEmitted(*Obj, *L);
214 NotifyObjectEmitted(*LoadedObject.get(), *L);
583 void MCJIT::NotifyObjectEmitted(const object::ObjectFile& Obj,
588 EventListeners[I]->NotifyObjectEmitted(Obj, L);

Completed in 412 milliseconds