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

/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h64 /// finishFunction - This callback is invoked when the specified function has
69 bool finishFunction(MachineFunction &F) override = 0;
H A DMachineCodeEmitter.h74 /// finishFunction - This callback is invoked when the specified function has
79 virtual bool finishFunction(MachineFunction &F) = 0;
/external/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp123 } 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/PowerPC/
H A DPPCCodeEmitter.cpp111 } while (MCE.finishFunction(MF));
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp167 } while (MCE.finishFunction(MF));
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp329 // finishFunction().
334 /// finishFunction.
375 bool finishFunction(MachineFunction &F) override;
806 bool JITEmitter::finishFunction(MachineFunction &F) { function in class:JITEmitter
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp397 } while (MCE.finishFunction(MF));
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp155 } while (MCE.finishFunction(MF));

Completed in 1199 milliseconds