Home
last modified time | relevance | path

Searched refs:LLVMFreeMachineCodeForFunction (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm-c/
DExecutionEngine.h101 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp201 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction() function
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c320 LLVMFreeMachineCodeForFunction(EE, F); in llvm_ee_free_machine_code()