Searched refs:NotifyFreeingMachineCode (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/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
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp64 virtual void NotifyFreeingMachineCode(void *OldPtr);
182 void IntelJITEventListener::NotifyFreeingMachineCode(void *FnStart) { function in class:__anon2357::IntelJITEventListener
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp56 virtual void NotifyFreeingMachineCode(void *OldPtr);
159 void OProfileJITEventListener::NotifyFreeingMachineCode(void *FnStart) { function in class:__anon2369::OProfileJITEventListener
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h202 void NotifyFreeingMachineCode(void *OldPtr);
H A DJIT.cpp431 void JIT::NotifyFreeingMachineCode(void *OldPtr) { function in class:JIT
434 EventListeners[I]->NotifyFreeingMachineCode(OldPtr);
H A DJITEmitter.cpp985 TheJIT->NotifyFreeingMachineCode(Emitted->second.Code);

Completed in 69 milliseconds