Home | History | Annotate | Download | only in MCJIT

Lines Matching refs:Function

13 #include "llvm/Function.h"
98 void *MCJIT::getPointerToFunction(Function *F) {
114 void *MCJIT::recompileAndRelinkFunction(Function *F) {
118 void MCJIT::freeMachineCodeForFunction(Function *F) {
122 GenericValue MCJIT::runFunction(Function *F,
124 assert(F && "Function *F was null at entry to run()");
133 "Wrong number of arguments passed into function!");
148 // Call the function.
161 // Call the function.
184 default: llvm_unreachable("Unknown return type for function call!");