Lines Matching refs:Function
19 #include "llvm/IR/Function.h"
69 /// this function call is expected to be the contained module. The module
147 void *MCJIT::getPointerToFunction(Function *F) {
176 void *MCJIT::recompileAndRelinkFunction(Function *F) {
180 void MCJIT::freeMachineCodeForFunction(Function *F) {
184 GenericValue MCJIT::runFunction(Function *F,
186 assert(F && "Function *F was null at entry to run()");
195 "Wrong number of arguments passed into function!");
210 // Call the function.
223 // Call the function.
246 default: llvm_unreachable("Unknown return type for function call!");
296 /// If a LazyFunctionCreator is installed, use it to get/create the function.
302 report_fatal_error("Program used external function '"+Name+