Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c125 return caml_copy_int64((int64_t)LLVMGetFunctionAddress(EE, String_val(Name))); in llvm_ee_get_function_address()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DExecutionEngine.h150 uint64_t LLVMGetFunctionAddress(LLVMExecutionEngineRef EE, const char *Name);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp307 uint64_t LLVMGetFunctionAddress(LLVMExecutionEngineRef EE, const char *Name) { in LLVMGetFunctionAddress() function