Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c121 (int64_t)LLVMGetGlobalValueAddress(EE, String_val(Name))); in llvm_ee_get_global_value_address()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DExecutionEngine.h148 uint64_t LLVMGetGlobalValueAddress(LLVMExecutionEngineRef EE, const char *Name);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp303 uint64_t LLVMGetGlobalValueAddress(LLVMExecutionEngineRef EE, const char *Name) { in LLVMGetGlobalValueAddress() function