Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c125 return caml_copy_int64((int64_t)LLVMGetFunctionAddress(EE, String_val(Name))); in llvm_ee_get_function_address()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DExecutionEngine.h150 uint64_t LLVMGetFunctionAddress(LLVMExecutionEngineRef EE, const char *Name);
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp374 uint64_t raw = LLVMGetFunctionAddress(Engine, "simple_function"); in TEST_F()
511 uint64_t raw = LLVMGetFunctionAddress(Engine, "test_fn"); in TEST_F()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp306 uint64_t LLVMGetFunctionAddress(LLVMExecutionEngineRef EE, const char *Name) { in LLVMGetFunctionAddress() function