If I’ve generated some JIT-compiled binary object, is there portable (LLVM based) API for determining the symbols that this binary code imports (functions that are called) and exports (functions that are provided by code)?
Thank you!
Jason
If I’ve generated some JIT-compiled binary object, is there portable (LLVM based) API for determining the symbols that this binary code imports (functions that are called) and exports (functions that are provided by code)?
Thank you!
Jason