Static Value-Flow Analysis
|
#include <SVFVariables.h>
Static Public Member Functions | |
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 | |
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. | |
Friends | |
class | SVFIRWriter |
class | SVFIRReader |
Definition at line 303 of file SVFVariables.h.
Constructor to create an empty ObjVar (for SVFIRReader/deserialization)
Definition at line 310 of file SVFVariables.h.
|
inlinestatic |
Definition at line 327 of file SVFVariables.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 319 of file SVFVariables.h.
Definition at line 331 of file SVFVariables.h.
Definition at line 323 of file SVFVariables.h.
Return name of a LLVM value.
Implements SVF::SVFVar.
Reimplemented in SVF::BaseObjVar, SVF::GepObjVar, SVF::HeapObjVar, SVF::StackObjVar, and SVF::DummyObjVar.
Definition at line 338 of file SVFVariables.h.
|
virtual |
Get string representation.
Reimplemented from SVF::SVFVar.
Reimplemented in SVF::BaseObjVar, SVF::GepObjVar, SVF::HeapObjVar, SVF::StackObjVar, SVF::FunObjVar, SVF::GlobalObjVar, SVF::ConstAggObjVar, SVF::ConstDataObjVar, SVF::ConstFPObjVar, SVF::ConstIntObjVar, SVF::ConstNullPtrObjVar, and SVF::DummyObjVar.
Definition at line 103 of file SVFVariables.cpp.
Definition at line 306 of file SVFVariables.h.
Definition at line 305 of file SVFVariables.h.