Lines Matching refs:Function
19 #include "llvm/IR/Function.h"
48 /// JITCompilerFunction - This contains the address of the JIT function used to
49 /// compile a function lazily.
64 # define TYPE_FUNCTION(sym) ".type " #sym ", @function\n"
337 /// This is the target-specific function invoked by the
338 /// function stub when we did not know the real target of a call. This function
340 /// compiler function.
364 << ": Resolving call to function: "
391 // when the requested function finally gets called. This also makes the
470 void *X86JITInfo::emitFunctionStub(const Function* F, void *Target,
473 // complains about casting a function pointer to a normal pointer.
514 // noreturn function call, confusing LLVMX86CompilationCallback2. PR 4929.
541 void X86JITInfo::relocate(void *Function, MachineRelocation *MR,
544 void *RelocPos = (char*)Function + MR->getMachineCodeOffset();
557 ResultPtr = ResultPtr - ((intptr_t)Function + MR->getConstantVal());