Lines Matching refs:Function
23 class Function; variable
37 std::vector<AssertingVH<Function> > PendingFunctions;
47 std::vector<AssertingVH<Function> > &getPendingFunctions() { in getPendingFunctions()
117 GenericValue runFunction(Function *F,
139 void *getPointerToFunction(Function *F) override;
160 void *getPointerToFunctionOrStub(Function *F) override;
168 void *recompileAndRelinkFunction(Function *F) override;
173 void freeMachineCodeForFunction(Function *F) override;
179 void addPendingFunction(Function *F);
192 void runJITOnFunction(Function *F, MachineCodeInfo *MCI = nullptr) override;
203 const Function &F, void *Code, size_t Size,
216 void runJITOnFunctionUnlocked(Function *F);
217 void updateFunctionStubUnlocked(Function *F);
218 void jitTheFunctionUnlocked(Function *F);