Searched refs:freeMachineCodeForFunction (Results 1 – 12 of 12) 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()
131 EE->freeMachineCodeForFunction(f); in TestNoDebugInfo()148 EE->freeMachineCodeForFunction(f); in TestSingleLine()178 EE->freeMachineCodeForFunction(f); in TestMultipleLines()204 EE->freeMachineCodeForFunction(f); in TestMultipleFiles()
288 JIT->freeMachineCodeForFunction(F1); in TEST()416 TheJIT->freeMachineCodeForFunction(Func1); in TEST_F()417 TheJIT->freeMachineCodeForFunction(Func2); in TEST_F()542 TheJIT->freeMachineCodeForFunction(F_get_foo_addr); in TEST_F()
54 virtual void freeMachineCodeForFunction(Function *F);
148 void MCJIT::freeMachineCodeForFunction(Function *F) { in freeMachineCodeForFunction() function in MCJIT
129 EE->freeMachineCodeForFunction(FooF); in main()
173 void freeMachineCodeForFunction(Function *F);
1291 void JIT::freeMachineCodeForFunction(Function *F) { in freeMachineCodeForFunction() function in JIT
133 void freeMachineCodeForFunction(Function *F) { } in freeMachineCodeForFunction() function
200 unwrap(EE)->freeMachineCodeForFunction(unwrap<Function>(F)); in LLVMFreeMachineCodeForFunction()
351 virtual void freeMachineCodeForFunction(Function *F) = 0;