LLVM: llvm::ilist_sentinel_tracking< EnableSentinelTracking > Struct Template Reference (original) (raw)

template<bool EnableSentinelTracking>
struct llvm::ilist_sentinel_tracking< EnableSentinelTracking >

Option to choose whether to track sentinels.

This option affects the ABI for the nodes. When not specified explicitly, the ABI depends on LLVM_ENABLE_ABI_BREAKING_CHECKS. Specify explicitly to enable ilist_node::isSentinel().

Definition at line 26 of file ilist_node_options.h.