Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Function

18 #include "llvm/IR/Function.h"
76 // CompilationCallback stub - We can't use a C function with inline assembly in
143 // CompilationCallback stub - We can't use a C function with inline assembly in
220 ".type PPC64CompilationCallback,@function\n"
337 // Put the address of the target function to call and the address to return to
338 // after calling the target function in a place that is easy to get on the
366 void *PPCJITInfo::emitFunctionStub(const Function* F, void *Fn,
368 // If this is just a call to an external function, emit a branch instead of a
413 void PPCJITInfo::relocate(void *Function, MachineRelocation *MR,
416 unsigned *RelocPos = (unsigned*)Function + MR->getMachineCodeOffset()/4;