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

  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 64 /// finishFunction - This callback is invoked when the specified function has
69 virtual bool finishFunction(MachineFunction &F) = 0;
MachineCodeEmitter.h 75 /// finishFunction - This callback is invoked when the specified function has
80 virtual bool finishFunction(MachineFunction &F) = 0;
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 105 } while (MCE.finishFunction(MF));
  /external/llvm/utils/
codegen-diff 100 B<lli>. Set a breakpoint in C<Emitter::finishFunction()> and wait until
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 152 } while (MCE.finishFunction(MF));
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 334 // finishFunction().
339 /// finishFunction.
390 virtual bool finishFunction(MachineFunction &F);
812 bool JITEmitter::finishFunction(MachineFunction &F) {
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 141 } while (MCE.finishFunction(MF));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 410 } while (MCE.finishFunction(MF));
    [all...]

Completed in 57 milliseconds