Constructors
Declared in <llvm/Analysis/MemoryBuiltins.h>
Construct a size/offset pair with null Values.
SizeOffsetValue();
» more...
Construct a size/offset pair from weak tracking handles.
SizeOffsetValue(SizeOffsetWeakTrackingVH const& SOT);
» more...
Construct a size/offset pair from Value pointers.
SizeOffsetValue(
Value* Size,
Value* Offset);
» more...
| Name | Description |
|---|---|
| SOT | Weak tracking size/offset pair to copy from. |
| Size | Value representing the object size. |
| Offset | Value representing the offset from the object start. |