Abstract attribute describing allocation size information.
Declared in <llvm/Transforms/IPO/Attributor.h>
struct AAAllocationInfo
: StateWrapper<BooleanState, AbstractAttribute>
| Name | Description |
|---|---|
StateWrapper<BooleanState, AbstractAttribute> | Helper to tie a abstract state implementation to an abstract attribute. |
| Name | Description |
|---|---|
StateType | Provide static access to the type of the state. |
| Name | Description |
|---|---|
AAAllocationInfo [constructor] | Create a AAAllocationInfo for the position IRP. |
getAllocatedSize [virtual] | Return the assumed allocated size, or HasNoAllocationSize. |
getIdAddr [virtual] | See AbstractAttribute::getIdAddr() |
getName [virtual] | See AbstractAttribute::getName() |
getState | See AbstractAttribute::getState(...). |
| Name | Description |
|---|---|
classof | This function should return true if the type of the AA is AAAllocationInfo |
createForPosition | Create an abstract attribute view for the position IRP. |
isValidIRPositionForInit | See AbstractAttribute::isValidIRPositionForInit |
| Name | Description |
|---|---|
HasNoAllocationSize | Sentinel indicating no allocation size is known. |
ID | Unique ID (due to the unique address) |