An abstract interface for address space information.
Declared in <llvm/Transforms/IPO/Attributor.h>
struct AAAddressSpace
: 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 |
|---|---|
AAAddressSpace [constructor] | Create a AAAddressSpace for the position IRP. |
getAddressSpace [virtual] | Return the address space of the associated value. |
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 AAAddressSpace. |
createForPosition | Create an abstract attribute view for the position IRP. |
isValidIRPositionForInit | See AbstractAttribute::isValidIRPositionForInit |
requiresCallersForArgOrFunction | See AbstractAttribute::requiresCallersForArgOrFunction |
| Name | Description |
|---|---|
ID | Unique ID (due to the unique address) |
| Name | Description |
|---|---|
InvalidAddressSpace | Sentinel for an invalid or unknown address space. |