Searched refs:LLVMFreeMachineCodeForFunction (Results 1 – 4 of 4) sorted by relevance
127 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
147 C.LLVMFreeMachineCodeForFunction(ee.C, f.C)
622 LLVMFreeMachineCodeForFunction(gallivm->engine, func); in gallivm_free_function()
249 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction() function