Searched refs:replaceMachineCodeForFunction (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.h35 /// replaceMachineCodeForFunction - Make it so that calling the function
40 void replaceMachineCodeForFunction(void *Old, void *New) override;
H A DMipsJITInfo.cpp30 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { function in class:MipsJITInfo
74 report_fatal_error("MipsJITInfo::replaceMachineCodeForFunction");
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.h37 /// replaceMachineCodeForFunction - Make it so that calling the function
42 void replaceMachineCodeForFunction(void *Old, void *New) override;
H A DPPCJITInfo.cpp479 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { function in class:PPCJITInfo
/external/llvm/lib/Target/Sparc/
H A DSparcJITInfo.h32 /// replaceMachineCodeForFunction - Make it so that calling the function
37 void replaceMachineCodeForFunction(void *Old, void *New) override;
H A DSparcJITInfo.cpp215 void SparcJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { function in class:SparcJITInfo
217 "replaceMachineCodeForFunction");
/external/llvm/lib/Target/X86/
H A DX86JITInfo.h31 /// replaceMachineCodeForFunction - Make it so that calling the function
36 void replaceMachineCodeForFunction(void *Old, void *New) override;
H A DX86JITInfo.cpp35 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) { function in class:X86JITInfo
/external/llvm/include/llvm/Target/
H A DTargetJITInfo.h37 /// replaceMachineCodeForFunction - Make it so that calling the function
42 virtual void replaceMachineCodeForFunction(void *Old, void *New) = 0;
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.h50 /// replaceMachineCodeForFunction - Make it so that calling the function
55 void replaceMachineCodeForFunction(void *Old, void *New) override;
H A DARMJITInfo.cpp30 void ARMJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { function in class:ARMJITInfo
31 report_fatal_error("ARMJITInfo::replaceMachineCodeForFunction");
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp643 TJI.replaceMachineCodeForFunction(OldAddr, Addr);

Completed in 491 milliseconds