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

/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
H A DJITEventListener.h66 /// NotifyFreeingMachineCode - Called from freeMachineCodeForFunction(), after
73 /// matching NotifyFreeingMachineCode call.
74 virtual void NotifyFreeingMachineCode(void *OldPtr) {} function in class:llvm::JITEventListener
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DOProfileJITEventListener.cpp49 virtual void NotifyFreeingMachineCode(void *OldPtr);
165 void OProfileJITEventListener::NotifyFreeingMachineCode(void *FnStart) { function in class:__anon22730::OProfileJITEventListener
H A DJIT.h203 void NotifyFreeingMachineCode(void *OldPtr);
H A DJIT.cpp580 void JIT::NotifyFreeingMachineCode(void *OldPtr) { function in class:JIT
583 EventListeners[I]->NotifyFreeingMachineCode(OldPtr);
H A DJITEmitter.cpp1035 TheJIT->NotifyFreeingMachineCode(Emitted->second.Code);
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTest.cpp59 virtual void NotifyFreeingMachineCode(void *OldPtr) { function in struct:__anon23178::RecordingJITEventListener

Completed in 178 milliseconds