Lines Matching refs:Function
19 #include "llvm/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 /// X86CompilationCallback2 - 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.
343 // the following function is called only from this translation unit,
367 << ": Resolving call to function: "
394 // when the requested function finally gets called. This also makes the
471 void *X86JITInfo::emitFunctionStub(const Function* F, void *Target,
474 // complains about casting a function pointer to a normal pointer.
515 // noreturn function call, confusing X86CompilationCallback2. PR 4929.
533 void X86JITInfo::relocate(void *Function, MachineRelocation *MR,
536 void *RelocPos = (char*)Function + MR->getMachineCodeOffset();
549 ResultPtr = ResultPtr - ((intptr_t)Function + MR->getConstantVal());