Static Value-Flow Analysis
|
#include <SVFVariables.h>
Static Public Member Functions | |
static bool | classof (const GepValVar *) |
Methods for support type inquiry through isa, cast, and dyn_cast: | |
static bool | classof (const ValVar *node) |
static bool | classof (const SVFVar *node) |
static bool | classof (const GenericPAGNodeTy *node) |
static bool | classof (const SVFValue *node) |
![]() | |
static bool | classof (const ValVar *) |
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 | |
GepValVar (NodeID i) | |
Constructor to create empty GeValVar (for SVFIRReader/deserialization) | |
Private Attributes | |
AccessPath | ap |
const ValVar * | base |
const SVFType * | gepValType |
Friends | |
class | SVFIRWriter |
class | SVFIRReader |
Definition at line 425 of file SVFVariables.h.
|
inlineprivate |
Constructor to create empty GeValVar (for SVFIRReader/deserialization)
Definition at line 436 of file SVFVariables.h.
GepValVar::GepValVar | ( | const ValVar * | baseNode, |
NodeID | i, | ||
const AccessPath & | ap, | ||
const SVFType * | ty, | ||
const ICFGNode * | node | ||
) |
Constructor.
Definition at line 157 of file SVFVariables.cpp.
|
inlinestatic |
Definition at line 453 of file SVFVariables.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 441 of file SVFVariables.h.
Definition at line 457 of file SVFVariables.h.
Definition at line 449 of file SVFVariables.h.
Definition at line 445 of file SVFVariables.h.
Return the base object from which this GEP node came from.
Definition at line 474 of file SVFVariables.h.
|
inline |
offset of the base value variable
Definition at line 468 of file SVFVariables.h.
Get containing function, or null for globals/constants.
Reimplemented from SVF::ValVar.
Definition at line 496 of file SVFVariables.h.
Reimplemented from SVF::SVFValue.
Definition at line 491 of file SVFVariables.h.
|
inlinevirtual |
Return name of a LLVM value.
Implements SVF::SVFVar.
Definition at line 480 of file SVFVariables.h.
Check if this variable represents constant/aggregate data.
Reimplemented from SVF::SVFVar.
Definition at line 512 of file SVFVariables.h.
Check if this variable represents constant data/metadata but not null pointer.
Reimplemented from SVF::SVFVar.
Definition at line 503 of file SVFVariables.h.
Check if this variable represents a pointer.
Reimplemented from SVF::SVFVar.
Definition at line 486 of file SVFVariables.h.
Check if this pointer is in an uncalled function.
Reimplemented from SVF::SVFVar.
Definition at line 507 of file SVFVariables.h.
|
virtual |
Get string representation.
Reimplemented from SVF::ValVar.
Definition at line 164 of file SVFVariables.cpp.
Definition at line 428 of file SVFVariables.h.
Definition at line 427 of file SVFVariables.h.
|
private |
Definition at line 431 of file SVFVariables.h.
Definition at line 432 of file SVFVariables.h.
Definition at line 433 of file SVFVariables.h.