LLVM API Documentation
#include <PPC64JITInfo.h>
Inheritance diagram for llvm::PPC64JITInfo:
Public Member Functions | |
PPC64JITInfo (TargetMachine &tm) | |
virtual void | replaceMachineCodeForFunction (void *Old, void *New) |
Definition at line 22 of file PPC64JITInfo.h.
|
Definition at line 24 of file PPC64JITInfo.h. |
|
replaceMachineCodeForFunction - Make it so that calling the function whose machine code is at OLD turns into a call to NEW, perhaps by overwriting OLD with a branch to NEW. This is used for self-modifying code. Implements llvm::TargetJITInfo. Definition at line 32 of file PPC64CodeEmitter.cpp. |