getSymbolInfoMetadata: Query the meta-data about native routines in an LLVM module
Description
This function is used to retrieve the information about native
symbols in an LLVM module so that we can load the relevant
packages and DLLs and then register the routines with
an LLVM ExecutionEngine
.
Usage
getSymbolInfoMetadata(module, id = character())
Arguments
module
the LLVM module to query.
id
a character vector giving the names of the routines.