Static Value-Flow Analysis
|
#include <SVFVariables.h>
Static Public Member Functions | |
static bool | classof (const BaseObjVar *) |
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 *) |
Protected Member Functions | |
BaseObjVar (NodeID i, const ICFGNode *node, PNODEK ty=BaseObjNode) | |
ICFGNode related to the creation of this object. | |
![]() | |
ObjVar (NodeID i, PNODEK ty=ObjNode) | |
Constructor to create an empty ObjVar (for SVFIRReader/deserialization) | |
ObjVar (NodeID i, const SVFType *svfType, PNODEK ty=ObjNode) | |
Constructor. | |
![]() | |
SVFVar (NodeID i, PNODEK k) | |
Empty constructor for deserialization. | |
Private Attributes | |
ObjTypeInfo * | typeInfo |
const ICFGNode * | icfgNode |
Friends | |
class | SVFIRWriter |
class | SVFIRReader |
class | SVFIRBuilder |
Definition at line 521 of file SVFVariables.h.
|
inlineprotected |
ICFGNode related to the creation of this object.
Constructor to create empty ObjVar (for SVFIRReader/deserialization)
Definition at line 533 of file SVFVariables.h.
|
inline |
|
inlinestatic |
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 538 of file SVFVariables.h.
|
inlinestatic |
Definition at line 550 of file SVFVariables.h.
Definition at line 542 of file SVFVariables.h.
Definition at line 554 of file SVFVariables.h.
Definition at line 546 of file SVFVariables.h.
|
inline |
Clean up memory.
Definition at line 709 of file SVFVariables.h.
|
inlinevirtual |
Definition at line 567 of file SVFVariables.h.
|
inline |
Get the byte size of this object.
Definition at line 640 of file SVFVariables.h.
Get containing function, or null for globals/constants.
Reimplemented from SVF::SVFVar.
Reimplemented in SVF::FunObjVar.
Definition at line 222 of file SVFVariables.cpp.
Get the ICFGNode related to the creation of this object.
Definition at line 573 of file SVFVariables.h.
|
inline |
Get the memory object id.
Definition at line 587 of file SVFVariables.h.
|
inline |
Get max field offset limit.
Definition at line 611 of file SVFVariables.h.
|
inline |
Get the number of elements of this object.
Definition at line 599 of file SVFVariables.h.
Get obj type.
Reimplemented from SVF::SVFValue.
Definition at line 593 of file SVFVariables.h.
|
inlinevirtual |
Return name of a LLVM value.
Reimplemented from SVF::ObjVar.
Reimplemented in SVF::HeapObjVar, SVF::StackObjVar, and SVF::DummyObjVar.
Definition at line 579 of file SVFVariables.h.
|
inline |
Definition at line 678 of file SVFVariables.h.
bool BaseObjVar::isBlackHoleObj | ( | ) | const |
|
inline |
Definition at line 694 of file SVFVariables.h.
|
inline |
Check if byte size is a const value.
Definition at line 646 of file SVFVariables.h.
|
inline |
Definition at line 690 of file SVFVariables.h.
Check if this variable represents constant/aggregate data.
Reimplemented from SVF::SVFVar.
Reimplemented in SVF::ConstAggObjVar, and SVF::ConstDataObjVar.
Definition at line 702 of file SVFVariables.h.
|
inline |
Definition at line 698 of file SVFVariables.h.
|
inline |
Return true if its field limit is 0.
Definition at line 618 of file SVFVariables.h.
|
inline |
|
inline |
Definition at line 658 of file SVFVariables.h.
|
inline |
Definition at line 670 of file SVFVariables.h.
|
inline |
Definition at line 666 of file SVFVariables.h.
|
inline |
Definition at line 662 of file SVFVariables.h.
|
inline |
Definition at line 674 of file SVFVariables.h.
|
inline |
Definition at line 686 of file SVFVariables.h.
|
inline |
Definition at line 682 of file SVFVariables.h.
|
inline |
Set the memory object to be field insensitive.
Definition at line 624 of file SVFVariables.h.
|
inline |
Set the memory object to be field sensitive (up to max field limit)
Definition at line 631 of file SVFVariables.h.
|
inline |
Set the number of elements of this object.
Definition at line 605 of file SVFVariables.h.
|
virtual |
Get string representation.
Reimplemented from SVF::ObjVar.
Reimplemented in SVF::HeapObjVar, SVF::StackObjVar, SVF::FunObjVar, SVF::GlobalObjVar, SVF::ConstAggObjVar, SVF::ConstDataObjVar, SVF::ConstFPObjVar, SVF::ConstIntObjVar, SVF::ConstNullPtrObjVar, and SVF::DummyObjVar.
Definition at line 228 of file SVFVariables.cpp.
|
friend |
Definition at line 525 of file SVFVariables.h.
Definition at line 524 of file SVFVariables.h.
Definition at line 523 of file SVFVariables.h.
Definition at line 529 of file SVFVariables.h.
|
private |
Definition at line 527 of file SVFVariables.h.