enum class SymbolLookupFlags

Description

Lookup flags that apply to each symbol in a lookup. If RequiredSymbol is used (the default) for a given symbol then that symbol must be found during the lookup or the lookup will fail returning a SymbolNotFound error. If WeaklyReferencedSymbol is used and the given symbol is not found then the query will continue, and no result for the missing symbol will be present in the result (assuming the rest of the lookup succeeds).

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

Enumerators

NameValueComment
RequiredSymbol0
WeaklyReferencedSymbol1