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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.h 36 /// replaceMachineCodeForFunction - Make it so that calling the function
41 virtual void replaceMachineCodeForFunction(void *Old, void *New);
MipsJITInfo.cpp 29 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
30 report_fatal_error("MipsJITInfo::replaceMachineCodeForFunction");
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.h 40 /// replaceMachineCodeForFunction - Make it so that calling the function
45 virtual void replaceMachineCodeForFunction(void *Old, void *New);
PPCJITInfo.cpp 465 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetJITInfo.h 36 /// replaceMachineCodeForFunction - Make it so that calling the function
41 virtual void replaceMachineCodeForFunction(void *Old, void *New) = 0;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.h 33 /// replaceMachineCodeForFunction - Make it so that calling the function
38 virtual void replaceMachineCodeForFunction(void *Old, void *New);
X86JITInfo.cpp 34 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.h 51 /// replaceMachineCodeForFunction - Make it so that calling the function
56 virtual void replaceMachineCodeForFunction(void *Old, void *New);
ARMJITInfo.cpp 29 void ARMJITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
30 report_fatal_error("ARMJITInfo::replaceMachineCodeForFunction");
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 769 TJI.replaceMachineCodeForFunction(OldAddr, Addr);

Completed in 389 milliseconds