Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
HDOProfileJITEventListener.cpp56 virtual void NotifyFreeingMachineCode(void *OldPtr);
159 void OProfileJITEventListener::NotifyFreeingMachineCode(void *FnStart) { in NotifyFreeingMachineCode() function in __anon7dc89ba70111::OProfileJITEventListener
/trueos/contrib/llvm/include/llvm/ExecutionEngine/
HDJITEventListener.h77 virtual void NotifyFreeingMachineCode(void *) {} in NotifyFreeingMachineCode() function
/trueos/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
HDIntelJITEventListener.cpp64 virtual void NotifyFreeingMachineCode(void *OldPtr);
182 void IntelJITEventListener::NotifyFreeingMachineCode(void *FnStart) { in NotifyFreeingMachineCode() function in __anon15c98a940111::IntelJITEventListener
/trueos/contrib/llvm/lib/ExecutionEngine/JIT/
HDJIT.h202 void NotifyFreeingMachineCode(void *OldPtr);
HDJIT.cpp431 void JIT::NotifyFreeingMachineCode(void *OldPtr) { in NotifyFreeingMachineCode() function in JIT
434 EventListeners[I]->NotifyFreeingMachineCode(OldPtr); in NotifyFreeingMachineCode()
HDJITEmitter.cpp985 TheJIT->NotifyFreeingMachineCode(Emitted->second.Code); in deallocateMemForFunction()