Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DJITEventListener.h74 virtual void NotifyFreeingMachineCode(void *OldPtr) {} in NotifyFreeingMachineCode() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DOProfileJITEventListener.cpp165 void OProfileJITEventListener::NotifyFreeingMachineCode(void *FnStart) { in NotifyFreeingMachineCode() function in __anon5862085b0111::OProfileJITEventListener
DJIT.cpp580 void JIT::NotifyFreeingMachineCode(void *OldPtr) { in NotifyFreeingMachineCode() function in JIT
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITEventListenerTest.cpp59 virtual void NotifyFreeingMachineCode(void *OldPtr) { in NotifyFreeingMachineCode() function