Searched refs:freeMachineCodeForFunction (Results 1 – 12 of 12) sorted by relevance
98 EE1->freeMachineCodeForFunction(FooF1); in TEST()99 EE2->freeMachineCodeForFunction(FooF2); in TEST()128 EE1->freeMachineCodeForFunction(FooF1); in TEST()129 EE2->freeMachineCodeForFunction(FooF2); in TEST()
96 EE->freeMachineCodeForFunction(F1); in TEST_F()97 EE->freeMachineCodeForFunction(F2); in TEST_F()142 EE->freeMachineCodeForFunction(F1); in TEST_F()146 EE->freeMachineCodeForFunction(F2); in TEST_F()212 EE->freeMachineCodeForFunction(F); in TEST_F()
129 EE->freeMachineCodeForFunction(f); in TestNoDebugInfo()146 EE->freeMachineCodeForFunction(f); in TestSingleLine()176 EE->freeMachineCodeForFunction(f); in TestMultipleLines()202 EE->freeMachineCodeForFunction(f); in TestMultipleFiles()
270 JIT->freeMachineCodeForFunction(F1); in TEST()396 TheJIT->freeMachineCodeForFunction(Func1); in TEST_F()397 TheJIT->freeMachineCodeForFunction(Func2); in TEST_F()500 TheJIT->freeMachineCodeForFunction(F_get_foo_addr); in TEST_F()
129 EE->freeMachineCodeForFunction(FooF); in main()
173 void freeMachineCodeForFunction(Function *F) override;
1249 void JIT::freeMachineCodeForFunction(Function *F) { in freeMachineCodeForFunction() function in JIT
133 void freeMachineCodeForFunction(Function *F) override { } in freeMachineCodeForFunction() function
285 void freeMachineCodeForFunction(Function *F) override;
389 void MCJIT::freeMachineCodeForFunction(Function *F) { in freeMachineCodeForFunction() function in MCJIT
440 virtual void freeMachineCodeForFunction(Function *F) = 0;
278 unwrap(EE)->freeMachineCodeForFunction(unwrap<Function>(F)); in LLVMFreeMachineCodeForFunction()