30#ifndef INCLUDE_SVFIR_OBJTYPEINFO_H_
31#define INCLUDE_SVFIR_OBJTYPEINFO_H_
89 assert(t &&
"no type information for this object?");
const SVFType * type
SVF type.
u32_t elemNum
Size of the object or number of elements.
void resetTypeForHeapStaticObj(const SVFType *t)
bool isConstDataOrAggData()
u32_t getMaxFieldOffsetLimit()
Get max field offset limit.
bool hasFlag(MEMTYPE mask)
bool isConstDataOrConstGlobal()
u32_t getNumOfElements() const
Get the number of elements of this object.
const SVFType * getType() const
Get LLVM type.
bool isConstantByteSize() const
Check if byte size is a const value.
void setMaxFieldOffsetLimit(u32_t limit)
Get max field offset limit.
u32_t byteSize
Byte size of object.
void setByteSizeOfObj(u32_t size)
Set the byte size of this object.
bool isFunction()
Object attributes.
ObjTypeInfo(const SVFType *t, u32_t max)
Constructors.
virtual ~ObjTypeInfo()
Destructor.
u32_t getByteSizeOfObj() const
Get the byte size of this object.
void setFlag(MEMTYPE mask)
Flag for this object type.
void setNumOfElements(u32_t num)
Set the number of elements of this object.
llvm::IRBuilder IRBuilder