LLVM: llvm::orc::SymbolEnumeratorOptions Struct Reference (original) (raw)

#include "[llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h](LibraryResolver%5F8h%5Fsource.html)"

Public Types
enum Filter : uint32_t { None = 0 , IgnoreUndefined = 1 << 0 , IgnoreWeak = 1 << 1 , IgnoreIndirect = 1 << 2 , IgnoreHidden = 1 << 3 , IgnoreNonGlobal = 1 << 4 }

Definition at line 276 of file LibraryResolver.h.

Filter

Enumerator
None
IgnoreUndefined
IgnoreWeak
IgnoreIndirect
IgnoreHidden
IgnoreNonGlobal

Definition at line 277 of file LibraryResolver.h.

defaultOptions()

FilterFlags

uint32_t llvm::orc::SymbolEnumeratorOptions::FilterFlags = Filter::None


The documentation for this struct was generated from the following file: