enum class LookupKind

Description

Describes the kind of lookup being performed. The lookup kind is passed to symbol generators (if they're invoked) to help them determine what definitions to generate. Static -- Lookup is being performed as-if at static link time (e.g. generators representing static archives should pull in new definitions). DLSym -- Lookup is being performed as-if at runtime (e.g. generators representing static archives should not pull in new definitions).

Declared at: llvm/include/llvm/ExecutionEngine/Orc/Core.h:149

Enumerators

NameValueComment
Static0
DLSym1