Lines Matching refs:Function
23 class Function; variable
37 std::vector<AssertingVH<Function> > PendingFunctions;
47 std::vector<AssertingVH<Function> > &getPendingFunctions(const MutexGuard &L){ in getPendingFunctions()
117 virtual GenericValue runFunction(Function *F,
139 void *getPointerToFunction(Function *F);
160 void *getPointerToFunctionOrStub(Function *F);
168 void *recompileAndRelinkFunction(Function *F);
173 void freeMachineCodeForFunction(Function *F);
179 void addPendingFunction(Function *F);
193 void runJITOnFunction(Function *F, MachineCodeInfo *MCI = 0);
201 const Function &F, void *Code, size_t Size,
214 void runJITOnFunctionUnlocked(Function *F, const MutexGuard &locked);
215 void updateFunctionStub(Function *F);
216 void jitTheFunction(Function *F, const MutexGuard &locked);