llvm::object::DataRefImpl

Opaque handle identifying a content object (symbol, section, etc.) in a SymbolicFile.

Synopsis

Declared in <llvm/Object/SymbolicFile.h>

union DataRefImpl;

Types

NameDescription
Unnamed struct Pair of 32-bit words used when the format stores a two-word key.

Member Functions

NameDescription
DataRefImpl [constructor]Zero-initializes the union.

Data Members

NameDescription
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.

Non-Member Functions

NameDescription
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.