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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 81 /// NotifyFreeingObject - Called just before the memory associated with
83 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {}
  /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 54 void NotifyFreeingObject(const ObjectFile &Obj) override;
117 void OProfileJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 56 void NotifyFreeingObject(const ObjectFile &Obj) override;
143 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 62 void NotifyFreeingObject(const ObjectFile &Obj) override;
191 void IntelJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 108 void NotifyFreeingObject(const ObjectFile &Object) override;
184 void GDBJITRegistrationListener::NotifyFreeingObject(const ObjectFile& Object) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 63 void NotifyFreeingObject(const ObjectFile &Obj) override;
194 void IntelJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 102 NotifyFreeingObject(*Obj);
641 void MCJIT::NotifyFreeingObject(const object::ObjectFile& Obj) {
644 L->NotifyFreeingObject(Obj);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 98 NotifyFreeingObject(*Obj);
659 void MCJIT::NotifyFreeingObject(const object::ObjectFile& Obj) {
662 L->NotifyFreeingObject(Obj);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/
PerfJITEventListener.cpp 71 void NotifyFreeingObject(const ObjectFile &Obj) override;
283 void PerfJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) {

Completed in 4210 milliseconds