HomeSort by relevance Sort by last modified time
    Searched refs:NotifyFreeingObject (Results 1 - 20 of 20) 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) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 77 /// NotifyFreeingObject - Called just before the memory associated with
79 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
JITEventListener.h 77 /// NotifyFreeingObject - Called just before the memory associated with
79 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
JITEventListener.h 77 /// NotifyFreeingObject - Called just before the memory associated with
79 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
JITEventListener.h 79 /// NotifyFreeingObject - Called just before the memory associated with
81 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
JITEventListener.h 79 /// NotifyFreeingObject - Called just before the memory associated with
81 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
JITEventListener.h 79 /// NotifyFreeingObject - Called just before the memory associated with
81 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
JITEventListener.h 79 /// NotifyFreeingObject - Called just before the memory associated with
81 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 77 /// NotifyFreeingObject - Called just before the memory associated with
79 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
JITEventListener.h 77 /// NotifyFreeingObject - Called just before the memory associated with
79 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
JITEventListener.h 77 /// NotifyFreeingObject - Called just before the memory associated with
79 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
JITEventListener.h 79 /// NotifyFreeingObject - Called just before the memory associated with
81 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
JITEventListener.h 79 /// NotifyFreeingObject - Called just before the memory associated with
81 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
JITEventListener.h 79 /// NotifyFreeingObject - Called just before the memory associated with
81 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
JITEventListener.h 79 /// NotifyFreeingObject - Called just before the memory associated with
81 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/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/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 102 NotifyFreeingObject(*Obj);
641 void MCJIT::NotifyFreeingObject(const object::ObjectFile& Obj) {
644 L->NotifyFreeingObject(Obj);
MCJIT.h 331 void NotifyFreeingObject(const object::ObjectFile& Obj);

Completed in 486 milliseconds