14#ifndef LLVM_EXECUTIONENGINE_ORC_DLFCN_H
15#define LLVM_EXECUTIONENGINE_ORC_DLFCN_H
Represents an address in the executor process.
Proxy< ExecutorAddr(std::string, int32_t)> DlfcnOpenProxy
Open a JITDylib by name with the given dlopen-style mode flags; returns its dso handle.
Proxy< int32_t(ExecutorAddr)> DlfcnCloseProxy
Close the given dso handle, running its deinitializers; returns nonzero on failure.
Proxy< int32_t(ExecutorAddr)> DlfcnUpdateProxy
Run newly added initializers for an already-open dso handle; returns nonzero on failure.