Opaque handle identifying a content object (symbol, section, etc.) in a SymbolicFile.
Declared in <llvm/Object/SymbolicFile.h>
union DataRefImpl;
| Name | Description |
|---|---|
Unnamed struct | Pair of 32-bit words used when the format stores a two-word key. |
| Name | Description |
|---|---|
DataRefImpl [constructor] | Zero-initializes the union. |
| Name | Description |
|---|---|
d [variant member] | Pair of 32-bit words used when the format stores a two-word key. |
p [variant member] | Opaque pointer used when the format stores a single address-sized key. |
| Name | Description |
|---|---|
operator!= | True if the two DataRefImpl values differ bitwise. |
operator< | Bitwise lexicographical compare of two DataRefImpl values. |
operator== | True if both DataRefImpl values are bitwise identical. |