Identifies a unique instance of a variable.
Declared in <llvm/IR/DebugInfoMetadata.h>
class DebugVariable;
Storage for identifying a potentially inlined instance of a variable, or a fragment thereof. This guarantees that exactly one variable instance may be identified by this class, even when that variable is a fragment of an aggregate variable and/or there is another inlined instance of the same source code variable nearby. This class does not necessarily uniquely identify that variable: it is possible that a DebugVariable with different parameters may point to the same variable instance, but not that one DebugVariable points to multiple variable instances.
| Name | Description |
|---|---|
DebugVariable [constructor] | Constructors |
getFragment | |
getFragmentOrDefault | |
getInlinedAt | |
getVariable | |
operator== | Equality operator |
operator< | Less-than operator |
| Name |
|---|
isDefaultFragment |
| Name | Description |
|---|---|
DebugVariableAggregate | Identifies a unique instance of a whole variable (discards/ignores fragment information). |