Searched refs:LLVMGetGlobalValueAddress (Results 1 – 4 of 4) sorted by relevance
120 return caml_copy_int64((int64_t) LLVMGetGlobalValueAddress(EE, String_val(Name))); in llvm_ee_get_global_value_address()
149 uint64_t LLVMGetGlobalValueAddress(LLVMExecutionEngineRef EE, const char *Name);
298 uint64_t LLVMGetGlobalValueAddress(LLVMExecutionEngineRef EE, const char *Name) { in LLVMGetGlobalValueAddress() function
361 uint64_t raw = LLVMGetGlobalValueAddress(Engine, "simple_value"); in TEST_F()