Searched refs:replaceMachineCodeForFunction (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsJITInfo.h | 41 virtual void replaceMachineCodeForFunction(void *Old, void *New);
|
D | MipsJITInfo.cpp | 29 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction() function in MipsJITInfo
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCJITInfo.h | 45 virtual void replaceMachineCodeForFunction(void *Old, void *New);
|
D | PPCJITInfo.cpp | 465 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction() function in PPCJITInfo
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86JITInfo.h | 38 virtual void replaceMachineCodeForFunction(void *Old, void *New);
|
D | X86JITInfo.cpp | 34 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction() function in X86JITInfo
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetJITInfo.h | 41 virtual void replaceMachineCodeForFunction(void *Old, void *New) = 0;
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMJITInfo.h | 56 virtual void replaceMachineCodeForFunction(void *Old, void *New);
|
D | ARMJITInfo.cpp | 29 void ARMJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction() function in ARMJITInfo
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 769 TJI.replaceMachineCodeForFunction(OldAddr, Addr); in recompileAndRelinkFunction()
|