Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DExecutionEngine.h127 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
/external/llvm/bindings/go/llvm/
Dexecutionengine.go147 C.LLVMFreeMachineCodeForFunction(ee.C, f.C)
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c622 LLVMFreeMachineCodeForFunction(gallivm->engine, func); in gallivm_free_function()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp249 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction() function