Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/JIT/
DOProfileJITEventListener.cpp49 virtual void NotifyFreeingMachineCode(void *OldPtr);
165 void OProfileJITEventListener::NotifyFreeingMachineCode(void *FnStart) { in NotifyFreeingMachineCode() function in __anonefb597f30111::OProfileJITEventListener
DJIT.h203 void NotifyFreeingMachineCode(void *OldPtr);
DJIT.cpp580 void JIT::NotifyFreeingMachineCode(void *OldPtr) { in NotifyFreeingMachineCode() function in JIT
583 EventListeners[I]->NotifyFreeingMachineCode(OldPtr); in NotifyFreeingMachineCode()
DJITEmitter.cpp1034 TheJIT->NotifyFreeingMachineCode(Emitted->second.Code); in deallocateMemForFunction()
/external/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h74 virtual void NotifyFreeingMachineCode(void *OldPtr) {} in NotifyFreeingMachineCode() function
/external/llvm/unittests/ExecutionEngine/JIT/
DJITEventListenerTest.cpp59 virtual void NotifyFreeingMachineCode(void *OldPtr) { in NotifyFreeingMachineCode() function