Static Value-Flow Analysis
|
#include <SVFVariables.h>
Static Public Member Functions | |
static bool | classof (const GepObjVar *) |
Methods for support type inquiry through isa, cast, and dyn_cast: | |
static bool | classof (const ObjVar *node) |
static bool | classof (const SVFVar *node) |
static bool | classof (const GenericPAGNodeTy *node) |
static bool | classof (const SVFBaseNode *node) |
Static Public Member Functions inherited from SVF::ObjVar | |
static bool | classof (const ObjVar *) |
Methods for support type inquiry through isa, cast, and dyn_cast: | |
static bool | classof (const SVFVar *node) |
static bool | classof (const GenericPAGNodeTy *node) |
static bool | classof (const SVFBaseNode *node) |
Static Public Member Functions inherited from SVF::SVFVar | |
static bool | classof (const SVFVar *) |
static bool | classof (const GenericPAGNodeTy *node) |
static bool | classof (const SVFBaseNode *node) |
Static Public Member Functions inherited from SVF::GenericNode< NodeTy, EdgeTy > | |
static bool | classof (const GenericNode< NodeTy, EdgeTy > *) |
static bool | classof (const SVFBaseNode *) |
Private Member Functions | |
GepObjVar (NodeID i, PNODEK ty=GepObjNode) | |
Constructor to create empty GepObjVar (for SVFIRReader/deserialization) | |
Private Attributes | |
APOffset | apOffset = 0 |
NodeID | base = 0 |
Friends | |
class | SVFIRWriter |
class | SVFIRReader |
Definition at line 471 of file SVFVariables.h.
|
inlineprivate |
Constructor to create empty GepObjVar (for SVFIRReader/deserialization)
Definition at line 482 of file SVFVariables.h.
|
inline |
Constructor.
Definition at line 510 of file SVFVariables.h.
|
inlinestatic |
Definition at line 499 of file SVFVariables.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 487 of file SVFVariables.h.
Definition at line 491 of file SVFVariables.h.
|
inlinestatic |
Definition at line 503 of file SVFVariables.h.
Definition at line 495 of file SVFVariables.h.
|
inline |
Return the base object from which this GEP node came from.
Definition at line 530 of file SVFVariables.h.
|
inline |
offset of the mem object
Definition at line 518 of file SVFVariables.h.
Return the type of this gep object.
Reimplemented from SVF::ObjVar.
Definition at line 536 of file SVFVariables.h.
|
inlinevirtual |
Return name of a LLVM value.
Reimplemented from SVF::ObjVar.
Definition at line 542 of file SVFVariables.h.
|
inline |
Set the base object from which this GEP node came from.
Definition at line 524 of file SVFVariables.h.
|
virtual |
Reimplemented from SVF::ObjVar.
Definition at line 175 of file SVFVariables.cpp.
|
friend |
Definition at line 474 of file SVFVariables.h.
|
friend |
Definition at line 473 of file SVFVariables.h.
|
private |
Definition at line 477 of file SVFVariables.h.
|
private |
Definition at line 478 of file SVFVariables.h.