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

/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.h34 /// replaceMachineCodeForFunction - Make it so that calling the function
39 virtual void replaceMachineCodeForFunction(void *Old, void *New);
H A DMipsJITInfo.cpp29 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { function in class:MipsJITInfo
73 report_fatal_error("MipsJITInfo::replaceMachineCodeForFunction");
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.h40 /// replaceMachineCodeForFunction - Make it so that calling the function
45 virtual void replaceMachineCodeForFunction(void *Old, void *New);
H A DPPCJITInfo.cpp467 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { function in class:PPCJITInfo
/external/llvm/lib/Target/X86/
H A DX86JITInfo.h33 /// replaceMachineCodeForFunction - Make it so that calling the function
38 virtual void replaceMachineCodeForFunction(void *Old, void *New);
H A DX86JITInfo.cpp34 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.h51 /// replaceMachineCodeForFunction - Make it so that calling the function
56 virtual void replaceMachineCodeForFunction(void *Old, void *New);
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.cpp795 TJI.replaceMachineCodeForFunction(OldAddr, Addr);

Completed in 127 milliseconds