Searched refs:freeMachineCodeForFunction (Results 1 – 11 of 11) sorted by relevance
97 EE1->freeMachineCodeForFunction(FooF1); in TEST()98 EE2->freeMachineCodeForFunction(FooF2); in TEST()127 EE1->freeMachineCodeForFunction(FooF1); in TEST()128 EE2->freeMachineCodeForFunction(FooF2); in TEST()
98 EE->freeMachineCodeForFunction(F1); in TEST_F()99 EE->freeMachineCodeForFunction(F2); in TEST_F()144 EE->freeMachineCodeForFunction(F1); in TEST_F()148 EE->freeMachineCodeForFunction(F2); in TEST_F()214 EE->freeMachineCodeForFunction(F); in TEST_F()
276 JIT->freeMachineCodeForFunction(F1); in TEST()404 TheJIT->freeMachineCodeForFunction(Func1); in TEST_F()405 TheJIT->freeMachineCodeForFunction(Func2); in TEST_F()529 TheJIT->freeMachineCodeForFunction(F_get_foo_addr); in TEST_F()
56 virtual void freeMachineCodeForFunction(Function *F);
118 void MCJIT::freeMachineCodeForFunction(Function *F) { in freeMachineCodeForFunction() function in MCJIT
129 EE->freeMachineCodeForFunction(FooF); in main()
173 void freeMachineCodeForFunction(Function *F);
1301 void JIT::freeMachineCodeForFunction(Function *F) { in freeMachineCodeForFunction() function in JIT
127 void freeMachineCodeForFunction(Function *F) { } in freeMachineCodeForFunction() function
202 unwrap(EE)->freeMachineCodeForFunction(unwrap<Function>(F)); in LLVMFreeMachineCodeForFunction()
330 virtual void freeMachineCodeForFunction(Function *F) = 0;