Searched refs:finishFunction (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h64 /// finishFunction - This callback is invoked when the specified function has
69 virtual bool finishFunction(MachineFunction &F) = 0;
H A DMachineCodeEmitter.h75 /// finishFunction - This callback is invoked when the specified function has
80 virtual bool finishFunction(MachineFunction &F) = 0;
/external/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp105 } while (MCE.finishFunction(MF));
/external/llvm/utils/
H A Dcodegen-diff100 B<lli>. Set a breakpoint in C<Emitter::finishFunction()> and wait until
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp151 } while (MCE.finishFunction(MF));
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp339 // finishFunction().
344 /// finishFunction.
395 virtual bool finishFunction(MachineFunction &F);
817 bool JITEmitter::finishFunction(MachineFunction &F) { function in class:JITEmitter
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp151 } while (MCE.finishFunction(MF));
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp422 } while (MCE.finishFunction(MF));

Completed in 87 milliseconds