mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
[MCJIT] Remove JITEventListener::NotifyFreeingMachineCode. This method is dead
now that the old JIT has been removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222494 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -59,16 +59,6 @@ public:
|
||||
JITEventListener() {}
|
||||
virtual ~JITEventListener();
|
||||
|
||||
/// NotifyFreeingMachineCode - Called from freeMachineCodeForFunction(), after
|
||||
/// the global mapping is removed, but before the machine code is returned to
|
||||
/// the allocator.
|
||||
///
|
||||
/// OldPtr is the address of the machine code and will be the same as the Code
|
||||
/// parameter to a previous NotifyFunctionEmitted call. The Function passed
|
||||
/// to NotifyFunctionEmitted may have been destroyed by the time of the
|
||||
/// matching NotifyFreeingMachineCode call.
|
||||
virtual void NotifyFreeingMachineCode(void *) {}
|
||||
|
||||
/// NotifyObjectEmitted - Called after an object has been successfully
|
||||
/// emitted to memory. NotifyFunctionEmitted will not be called for
|
||||
/// individual functions in the object.
|
||||
|
Reference in New Issue
Block a user