Static Value-Flow Analysis
|
#include <SVFValue.h>
Public Types | |
enum | GNodeK { IntraBlock , GlobalBlock , FunEntryBlock , FunExitBlock , FunCallBlock , FunRetBlock , ValNode , ArgValNode , FunValNode , GepValNode , RetValNode , VarargValNode , GlobalValNode , ConstAggValNode , ConstDataValNode , BlackHoleValNode , ConstFPValNode , ConstIntValNode , ConstNullptrValNode , DummyValNode , ObjNode , GepObjNode , BaseObjNode , FunObjNode , HeapObjNode , StackObjNode , GlobalObjNode , ConstAggObjNode , ConstDataObjNode , ConstFPObjNode , ConstIntObjNode , ConstNullptrObjNode , DummyObjNode , Cmp , BinaryOp , UnaryOp , Branch , DummyVProp , NPtr , FRet , ARet , AParm , FParm , Addr , Copy , Gep , Store , Load , TPhi , TIntraPhi , TInterPhi , FPIN , FPOUT , APIN , APOUT , MPhi , MIntraPhi , MInterPhi , CallNodeKd , CDNodeKd , CFLNodeKd , CHNodeKd , ConstraintNodeKd , TCTNodeKd , DCHNodeKd , BasicBlockKd , OtherKd } |
Public Member Functions | |
SVFValue (NodeID i, GNodeK k, const SVFType *ty=nullptr) | |
NodeID | getId () const |
Get ID. | |
GNodeK | getNodeKind () const |
Get node kind. | |
virtual const SVFType * | getType () const |
virtual void | setName (const std::string &nameInfo) |
virtual void | setName (std::string &&nameInfo) |
virtual const std::string & | getName () const |
virtual void | setSourceLoc (const std::string &sourceCodeInfo) |
virtual const std::string | getSourceLoc () const |
const std::string | valueOnlyToString () const |
Static Protected Member Functions | |
static bool | isICFGNodeKinds (GNodeK n) |
Helper functions to check node kinds. | |
static bool | isInterICFGNodeKind (GNodeK n) |
static bool | isSVFVarKind (GNodeK n) |
static bool | isValVarKinds (GNodeK n) |
static bool | isConstantDataValVar (GNodeK n) |
static bool | isObjVarKinds (GNodeK n) |
static bool | isBaseObjVarKinds (GNodeK n) |
static bool | isConstantDataObjVarKinds (GNodeK n) |
static bool | isVFGNodeKinds (GNodeK n) |
static bool | isArgumentVFGNodeKinds (GNodeK n) |
static bool | isStmtVFGNodeKinds (GNodeK n) |
static bool | isPHIVFGNodeKinds (GNodeK n) |
static bool | isMRSVFGNodeKinds (GNodeK n) |
static bool | isMSSAPHISVFGNodeKinds (GNodeK n) |
Protected Attributes | |
NodeID | id |
Node ID. | |
GNodeK | nodeKind |
Node kind. | |
const SVFType * | type |
SVF type. | |
std::string | name |
std::string | sourceLoc |
Source code information of this value. | |
Definition at line 41 of file SVFValue.h.
Definition at line 46 of file SVFValue.h.
Definition at line 152 of file SVFValue.h.
|
inline |
Reimplemented in SVF::DCHNode, SVF::CallGraphNode, and SVF::CHNode.
Definition at line 184 of file SVFValue.h.
|
inline |
Reimplemented in SVF::GlobalICFGNode, SVF::FunEntryICFGNode, SVF::FunExitICFGNode, SVF::CallICFGNode, and SVF::RetICFGNode.
Definition at line 194 of file SVFValue.h.
Reimplemented in SVF::GepValVar, SVF::BaseObjVar, and SVF::GepObjVar.
Definition at line 169 of file SVFValue.h.
Definition at line 286 of file SVFValue.h.
Definition at line 262 of file SVFValue.h.
Definition at line 270 of file SVFValue.h.
Definition at line 246 of file SVFValue.h.
Helper functions to check node kinds.
Definition at line 212 of file SVFValue.h.
Definition at line 220 of file SVFValue.h.
Definition at line 310 of file SVFValue.h.
Definition at line 318 of file SVFValue.h.
Definition at line 254 of file SVFValue.h.
Definition at line 302 of file SVFValue.h.
Definition at line 294 of file SVFValue.h.
Definition at line 228 of file SVFValue.h.
Definition at line 237 of file SVFValue.h.
Definition at line 278 of file SVFValue.h.
Definition at line 174 of file SVFValue.h.
|
inlinevirtual |
Definition at line 179 of file SVFValue.h.
Definition at line 189 of file SVFValue.h.
const std::string SVF::SVFValue::valueOnlyToString | ( | ) | const |
Definition at line 735 of file LLVMUtil.cpp.
|
protected |
Node ID.
Definition at line 203 of file SVFValue.h.
|
protected |
Definition at line 207 of file SVFValue.h.
|
protected |
Node kind.
Definition at line 204 of file SVFValue.h.
|
protected |
Source code information of this value.
Definition at line 208 of file SVFValue.h.
SVF type.
Definition at line 205 of file SVFValue.h.