Home
last modified time | relevance | path

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

/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c121 return caml_copy_int64((int64_t) LLVMGetGlobalValueAddress(EE, String_val(Name))); in llvm_ee_get_global_value_address()
/external/llvm/include/llvm-c/
DExecutionEngine.h149 uint64_t LLVMGetGlobalValueAddress(LLVMExecutionEngineRef EE, const char *Name);
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp301 uint64_t LLVMGetGlobalValueAddress(LLVMExecutionEngineRef EE, const char *Name) { in LLVMGetGlobalValueAddress() function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp359 uint64_t raw = LLVMGetGlobalValueAddress(Engine, "simple_value"); in TEST_F()