Home
last modified time | relevance | path

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

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