enum class JITDylibLookupFlags

Description

Lookup flags that apply to each dylib in the search order for a lookup. If MatchHiddenSymbolsOnly is used (the default) for a given dylib, then only symbols in that Dylib's interface will be searched. If MatchHiddenSymbols is used then symbols with hidden visibility will match as well.

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

Enumerators

NameValueComment
MatchExportedSymbolsOnly0
MatchAllSymbols1