Searched refs:freeMachineCodeForFunction (Results 1 – 7 of 7) sorted by relevance
173 void freeMachineCodeForFunction(Function *F);
1244 void JIT::freeMachineCodeForFunction(Function *F) { in freeMachineCodeForFunction() function in JIT
267 virtual void freeMachineCodeForFunction(Function *F);
338 void MCJIT::freeMachineCodeForFunction(Function *F) { in freeMachineCodeForFunction() function in MCJIT
133 void freeMachineCodeForFunction(Function *F) { } in freeMachineCodeForFunction() function
408 virtual void freeMachineCodeForFunction(Function *F) = 0;
280 unwrap(EE)->freeMachineCodeForFunction(unwrap<Function>(F)); in LLVMFreeMachineCodeForFunction()