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

  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 29 void ARMJITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
30 report_fatal_error("ARMJITInfo::replaceMachineCodeForFunction");
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 29 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
73 report_fatal_error("MipsJITInfo::replaceMachineCodeForFunction");
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 468 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 34 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) {

Completed in 65 milliseconds