LLVM 23.0.0git
llvm::pointer_union_detail::TagEntry Struct Reference

Tag descriptor for one type in the union. More...

#include "llvm/ADT/PointerUnion.h"

Public Attributes

uintptr_t Value
uintptr_t Mask

Detailed Description

Tag descriptor for one type in the union.

Definition at line 61 of file PointerUnion.h.

Member Data Documentation

◆ Mask

uintptr_t llvm::pointer_union_detail::TagEntry::Mask

Definition at line 63 of file PointerUnion.h.

◆ Value

uintptr_t llvm::pointer_union_detail::TagEntry::Value

Definition at line 62 of file PointerUnion.h.


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