mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Implement all of the methods
llvm-svn: 18142
This commit is contained in:
parent
068ade1373
commit
17d87ca91f
@ -24,6 +24,11 @@ namespace llvm {
|
||||
public:
|
||||
PPC32JITInfo(TargetMachine &tm) : PowerPCJITInfo(tm) {}
|
||||
|
||||
virtual void *emitFunctionStub(void *Fn, MachineCodeEmitter &MCE);
|
||||
virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
|
||||
virtual void relocate(void *Function, MachineRelocation *MR,
|
||||
unsigned NumRelocs);
|
||||
|
||||
/// 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user