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] | Constructor |
getAddressSpace [virtual] | Return the address space of the associated value. NoAddressSpace is returned if the associated value is dead. This functions is not supposed to be called if the AA is invalid. |
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 AAAssumptionInfo |
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 |
|---|
InvalidAddressSpace |