| getLinkage | R Documentation |
Routines/functions and variables are global values in LLVM. They can have various different types of linkage that control whether, e.g., the variable is visible outside of a module or defined outside of this module
getLinkage(obj)
setLinkage(obj, val)
obj |
the |
val |
the value specifying the type of linkage. This can be
provided as an integer literal value,
an R variable such as |
a named integer value. The name is the symbolic name of
the enumerated constant, e.g., ExternalLinkage,
InternalLinkage,
ExternalWeakLinkage.
DTL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.