Searched refs:LLVMGetFunctionAddress (Results 1 – 4 of 4) sorted by relevance
125 return caml_copy_int64((int64_t) LLVMGetFunctionAddress(EE, String_val(Name))); in llvm_ee_get_function_address()
151 uint64_t LLVMGetFunctionAddress(LLVMExecutionEngineRef EE, const char *Name);
375 uint64_t raw = LLVMGetFunctionAddress(Engine, "simple_function"); in TEST_F()505 uint64_t raw = LLVMGetFunctionAddress(Engine, "test_fn"); in TEST_F()
302 uint64_t LLVMGetFunctionAddress(LLVMExecutionEngineRef EE, const char *Name) { in LLVMGetFunctionAddress() function