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 SVFValue *node) |
![]() | |
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 SVFValue *node) |
![]() | |
static bool | classof (const SVFVar *) |
Type checking support for LLVM-style RTTI. | |
static bool | classof (const GenericPAGNodeTy *node) |
static bool | classof (const SVFValue *node) |
![]() | |
static bool | classof (const GenericNode< NodeTy, EdgeTy > *) |
static bool | classof (const SVFValue *) |
Private Member Functions | |
GepObjVar (NodeID i, PNODEK ty=GepObjNode) | |
Constructor to create empty GepObjVar (for SVFIRReader/deserialization) | |
Private Attributes | |
APOffset | apOffset = 0 |
const BaseObjVar * | base |
Friends | |
class | SVFIRWriter |
class | SVFIRReader |
Definition at line 724 of file SVFVariables.h.
|
inlineprivate |
Constructor to create empty GepObjVar (for SVFIRReader/deserialization)
Definition at line 736 of file SVFVariables.h.
|
inline |
|
inlinestatic |
Definition at line 753 of file SVFVariables.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 741 of file SVFVariables.h.
Definition at line 745 of file SVFVariables.h.
Definition at line 757 of file SVFVariables.h.
Definition at line 749 of file SVFVariables.h.
|
inline |
Return the base object from which this GEP node came from.
Definition at line 777 of file SVFVariables.h.
|
inline |
Definition at line 782 of file SVFVariables.h.
|
inline |
offset of the mem object
Definition at line 771 of file SVFVariables.h.
Get containing function, or null for globals/constants.
Reimplemented from SVF::SVFVar.
Definition at line 797 of file SVFVariables.h.
Return the type of this gep object.
Reimplemented from SVF::SVFValue.
Definition at line 211 of file SVFVariables.cpp.
|
inlinevirtual |
Return name of a LLVM value.
Reimplemented from SVF::ObjVar.
Definition at line 792 of file SVFVariables.h.
Check if this variable represents constant/aggregate data.
Reimplemented from SVF::SVFVar.
Definition at line 809 of file SVFVariables.h.
Check if this variable represents constant data/metadata but not null pointer.
Reimplemented from SVF::SVFVar.
Definition at line 814 of file SVFVariables.h.
Check if this variable represents a pointer.
Reimplemented from SVF::SVFVar.
Definition at line 819 of file SVFVariables.h.
Check if this pointer is in an uncalled function.
Reimplemented from SVF::SVFVar.
Definition at line 804 of file SVFVariables.h.
|
virtual |
Get string representation.
Reimplemented from SVF::ObjVar.
Definition at line 198 of file SVFVariables.cpp.
Definition at line 727 of file SVFVariables.h.
Definition at line 726 of file SVFVariables.h.
|
private |
Definition at line 730 of file SVFVariables.h.
|
private |
Definition at line 732 of file SVFVariables.h.