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.cpp153 void OProfileJITEventListener::NotifyFreeingMachineCode(void *FnStart) { in NotifyFreeingMachineCode() function in __anon90bd8fb60111::OProfileJITEventListener
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp159 void IntelJITEventListener::NotifyFreeingMachineCode(void *FnStart) { in NotifyFreeingMachineCode() function in __anon28be7ea30111::IntelJITEventListener
/external/llvm/unittests/ExecutionEngine/JIT/
DJITEventListenerTest.cpp59 virtual void NotifyFreeingMachineCode(void *OldPtr) { in NotifyFreeingMachineCode() function
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp586 void JIT::NotifyFreeingMachineCode(void *OldPtr) { in NotifyFreeingMachineCode() function in JIT