OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyFreeingObject
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h
89
///
NotifyFreeingObject
- Called just before the memory associated with
91
virtual void
NotifyFreeingObject
(const ObjectImage &Obj) {}
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h
125
void
NotifyFreeingObject
(const ObjectImage& Obj);
MCJIT.cpp
64
NotifyFreeingObject
(*LoadedObject.get());
372
void MCJIT::
NotifyFreeingObject
(const ObjectImage& Obj) {
375
EventListeners[I]->
NotifyFreeingObject
(Obj);
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp
68
virtual void
NotifyFreeingObject
(const ObjectImage &Obj);
260
void IntelJITEventListener::
NotifyFreeingObject
(const ObjectImage &Obj) {
Completed in 60 milliseconds