OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyObjectEmitted
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h
79
///
NotifyObjectEmitted
- Called after an object has been successfully
87
virtual void
NotifyObjectEmitted
(const ObjectImage &Obj) {}
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h
124
void
NotifyObjectEmitted
(const ObjectImage& Obj);
MCJIT.cpp
155
NotifyObjectEmitted
(*LoadedObject);
366
void MCJIT::
NotifyObjectEmitted
(const ObjectImage& Obj) {
369
EventListeners[I]->
NotifyObjectEmitted
(Obj);
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp
66
virtual void
NotifyObjectEmitted
(const ObjectImage &Obj);
190
void IntelJITEventListener::
NotifyObjectEmitted
(const ObjectImage &Obj) {
Completed in 44 milliseconds