Searched defs:NotifyFreeingMachineCode (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h69 /// NotifyFreeingMachineCode - Called from freeMachineCodeForFunction(), after
76 /// matching NotifyFreeingMachineCode call.
77 virtual void NotifyFreeingMachineCode(void *) {} function in class:llvm::JITEventListener
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp54 virtual void NotifyFreeingMachineCode(void *OldPtr);
153 void OProfileJITEventListener::NotifyFreeingMachineCode(void *FnStart) { function in class:__anon21265::OProfileJITEventListener
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTest.cpp58 virtual void NotifyFreeingMachineCode(void *OldPtr) { function in struct:__anon21836::RecordingJITEventListener
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp64 virtual void NotifyFreeingMachineCode(void *OldPtr);
182 void IntelJITEventListener::NotifyFreeingMachineCode(void *FnStart) { function in class:__anon21250::IntelJITEventListener
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp587 void JIT::NotifyFreeingMachineCode(void *OldPtr) { function in class:JIT
590 EventListeners[I]->NotifyFreeingMachineCode(OldPtr);

Completed in 267 milliseconds