Searched defs:replaceMachineCodeForFunction (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp29 void ARMJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { function in class:ARMJITInfo
30 report_fatal_error("ARMJITInfo::replaceMachineCodeForFunction");
/external/llvm/lib/Target/Mips/
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.cpp468 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { function in class:PPCJITInfo
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp34 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) { function in class:X86JITInfo

Completed in 90 milliseconds