Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm-c/
DExecutionEngine.h101 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
/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/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngineBindings.cpp201 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction() function
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c320 LLVMFreeMachineCodeForFunction(EE, F); in llvm_ee_free_machine_code()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp252 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction() function