Home
last modified time | relevance | path

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

/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c126 return caml_copy_int64((int64_t) LLVMGetFunctionAddress(EE, String_val(Name))); in llvm_ee_get_function_address()
/external/llvm/include/llvm-c/
DExecutionEngine.h151 uint64_t LLVMGetFunctionAddress(LLVMExecutionEngineRef EE, const char *Name);
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp373 uint64_t raw = LLVMGetFunctionAddress(Engine, "simple_function"); in TEST_F()
503 uint64_t raw = LLVMGetFunctionAddress(Engine, "test_fn"); in TEST_F()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp305 uint64_t LLVMGetFunctionAddress(LLVMExecutionEngineRef EE, const char *Name) { in LLVMGetFunctionAddress() function