HomeSort by relevance Sort by last modified time
    Searched defs:replaceMachineCodeForFunction (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 30 void ARMJITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
31 report_fatal_error("ARMJITInfo::replaceMachineCodeForFunction");
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 30 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
74 report_fatal_error("MipsJITInfo::replaceMachineCodeForFunction");
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 479 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
  /external/llvm/lib/Target/Sparc/
SparcJITInfo.cpp 215 void SparcJITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
217 "replaceMachineCodeForFunction");
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 35 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) {

Completed in 276 milliseconds