30#ifndef INCLUDE_SVFIR_SYMBOLTABLEINFO_H_
31#define INCLUDE_SVFIR_SYMBOLTABLEINFO_H_
205 svfVal =
g->getDefGlobalForMultipleModule();
341 assert(
false &&
"this type info has been added before");
const SVFType * type
SVF type.
u32_t elemNum
Size of the object or number of elements.
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.
virtual ~ObjTypeInfo()
Destructor.
u32_t getByteSizeOfObj() const
Get the byte size of this object.
void setFlag(MEMTYPE mask)
Flag for this object type.
void resetTypeForHeapStaticObj(const SVFType *type)
void setNumOfElements(u32_t num)
Set the number of elements of this object.
IDToTypeInfoMapTy & idToObjTypeInfoMap()
ValueToIDMapTy & valSyms()
Get different kinds of syms maps.
SymID blackholeSymID() const
const SVFType * maxStruct
The struct type with the most fields.
SymID totalSymNum
total number of symbols
SymID blkPtrSymID() const
void printFlattenFields(const SVFType *type)
Debug method.
const std::vector< const SVFType * > & getFlattenFieldTypes(const SVFStructType *T)
Return the flattened field type for struct type only.
u32_t getFlattenedElemIdx(const SVFType *T, u32_t origId)
Flattened element idx of an array or struct by considering stride.
static SymbolTableInfo * SymbolInfo()
Singleton design here to make sure we only have one instance during any analysis.
u32_t getTotalSymNum() const
Statistics.
ObjTypeInfo * createObjTypeInfo(const SVFType *type)
Create an objectInfo based on LLVM type (value is null, and type could be null, representing a dummy ...
IDToTypeInfoMapTy objTypeInfoMap
map a memory sym id to its obj
ObjTypeInfo * getObjTypeInfo(SymID id) const
static bool isBlkObjOrConstantObj(NodeID id)
const SVFTypeSet & getSVFTypes() const
Constant reader that won't change the state of the symbol table.
FunToIDMapTy & varargSyms()
const ObjTypeInfo * createDummyObjTypeInfo(SymID symId, const SVFType *type)
ValueToIDMapTy & objSyms()
const SVFType * getOriginalElemType(const SVFType *baseType, u32_t origId) const
void setModelConstants(bool _modelConstants)
Set / Get modelConstants.
void setModule(SVFModule *m)
Module.
static SymbolTableInfo * symInfo
ValueToIDMapTy valSymMap
map a value to its sym id
ValueToIDMapTy objSymMap
map a obj reference to its sym id
const StInfo * getTypeInfo(const SVFType *T) const
Get struct info.
const Set< const StInfo * > & getStInfos() const
SymID getVarargSym(const SVFFunction *val) const
virtual ~SymbolTableInfo()
static bool isConstantObj(NodeID id)
void addStInfo(StInfo *stInfo)
SymID getValSym(const SVFValue *val)
Get different kinds of syms.
virtual APOffset getModulusOffset(const BaseObjVar *baseObj, const APOffset &apOffset)
Given an offset from a Gep Instruction, return it modulus offset by considering memory layout.
SymID getObjSym(const SVFValue *val) const
static std::string toString(SYMTYPE symtype)
const SVFType * getFlatternedElemType(const SVFType *baseType, u32_t flatten_idx)
Return the type of a flattened element given a flattened index.
u32_t getNumOfFlattenElements(const SVFType *T)
Number of flattened elements of an array or struct.
void destroy()
Clean up memory.
Set< const SVFType * > SVFTypeSet
struct type to struct info map
bool getModelConstants() const
void addTypeInfo(const SVFType *ty)
FunToIDMapTy varargSymMap
vararg map
Set< const StInfo * > stInfos
(owned) All StInfo
virtual void dump()
Another debug method.
static void releaseSymbolInfo()
SymID constantSymID() const
u32_t maxStSize
The number of fields in max_struct.
u32_t getMaxStructSize() const
static bool isBlkPtr(NodeID id)
special value
OrderedMap< const SVFFunction *, SymID > FunToIDMapTy
function to sym id map
static bool isNullPtr(NodeID id)
OrderedMap< const SVFValue *, SymID > ValueToIDMapTy
various maps defined
bool modelConstants
Whether to model constants.
static bool isBlkObj(NodeID id)
const IDToTypeInfoMapTy & idToObjTypeInfoMap() const
SymID nullPtrSymID() const
FunToIDMapTy returnSymMap
return map
SVFModule * getModule()
Module.
bool hasValSym(const SVFValue *val)
OrderedMap< SymID, ObjTypeInfo * > IDToTypeInfoMapTy
sym id to obj type info map
bool hasSVFTypeInfo(const SVFType *T)
SymID getRetSym(const SVFFunction *val) const
SymbolTableInfo(void)
Constructor.
llvm::IRBuilder IRBuilder