Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DExecutionEngine.h144 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c622 LLVMFreeMachineCodeForFunction(gallivm->engine, func); in gallivm_free_function()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c622 LLVMFreeMachineCodeForFunction(gallivm->engine, func); in gallivm_free_function()
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c323 LLVMFreeMachineCodeForFunction(EE, F); in llvm_ee_free_machine_code()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp277 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction() function