Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h77 virtual void NotifyFreeingMachineCode(void *) {} in NotifyFreeingMachineCode() function
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp159 void OProfileJITEventListener::NotifyFreeingMachineCode(void *FnStart) { in NotifyFreeingMachineCode() function in __anonfaed9e070111::OProfileJITEventListener
/external/llvm/unittests/ExecutionEngine/JIT/
DJITEventListenerTest.cpp55 virtual void NotifyFreeingMachineCode(void *OldPtr) { in NotifyFreeingMachineCode() function
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp182 void IntelJITEventListener::NotifyFreeingMachineCode(void *FnStart) { in NotifyFreeingMachineCode() function in __anon92ee8cf40111::IntelJITEventListener
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp435 void JIT::NotifyFreeingMachineCode(void *OldPtr) { in NotifyFreeingMachineCode() function in JIT