forked from OSchip/llvm-project
parent
d518d1c807
commit
0037f431e5
|
@ -96,10 +96,10 @@ public:
|
||||||
struct Location {
|
struct Location {
|
||||||
/// Ptr - The address of the start of the location.
|
/// Ptr - The address of the start of the location.
|
||||||
const Value *Ptr;
|
const Value *Ptr;
|
||||||
/// Size - The maximum size of the location, or UnknownSize if the size is
|
/// Size - The maximum size of the location, in address-units, or
|
||||||
/// not known. Note that an unknown size does not mean the pointer aliases
|
/// UnknownSize if the size is not known. Note that an unknown size does
|
||||||
/// the entire virtual address space, because there are restrictions on
|
/// not mean the pointer aliases the entire virtual address space, because
|
||||||
/// stepping out of one object and into another.
|
/// there are restrictions on stepping out of one object and into another.
|
||||||
/// See http://llvm.org/docs/LangRef.html#pointeraliasing
|
/// See http://llvm.org/docs/LangRef.html#pointeraliasing
|
||||||
uint64_t Size;
|
uint64_t Size;
|
||||||
/// TBAATag - The metadata node which describes the TBAA type of
|
/// TBAATag - The metadata node which describes the TBAA type of
|
||||||
|
|
Loading…
Reference in New Issue