Static Value-Flow Analysis
|
#include <SVFVariables.h>
Static Public Member Functions | |
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 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 *) |
Protected Member Functions | |
ValVar (NodeID i, PNODEK ty=ValNode) | |
Constructor to create an empty ValVar (for SVFIRReader/deserialization) | |
Protected Member Functions inherited from SVF::SVFVar | |
SVFVar (NodeID i, PNODEK k) | |
function containing this variable | |
Private Attributes | |
const ICFGNode * | icfgNode |
Friends | |
class | SVFIRWriter |
class | SVFIRReader |
Definition at line 277 of file SVFVariables.h.
Constructor to create an empty ValVar (for SVFIRReader/deserialization)
Definition at line 286 of file SVFVariables.h.
|
inlinestatic |
Definition at line 299 of file SVFVariables.h.
|
inlinestatic |
Definition at line 303 of file SVFVariables.h.
Definition at line 295 of file SVFVariables.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 291 of file SVFVariables.h.
Definition at line 322 of file SVFVariables.h.
|
inlinevirtual |
Return name of a LLVM value.
Implements SVF::SVFVar.
Reimplemented in SVF::VarArgPN.
Definition at line 315 of file SVFVariables.h.
|
virtual |
Reimplemented from SVF::SVFVar.
Reimplemented in SVF::GepValVar, SVF::FunValVar, SVF::GlobalValVar, SVF::ConstantDataValVar, SVF::BlackHoleVar, SVF::ConstantFPValVar, SVF::ConstantIntValVar, SVF::ConstantNullPtrValVar, SVF::RetPN, SVF::VarArgPN, and SVF::DummyValVar.
Definition at line 121 of file SVFVariables.cpp.
|
friend |
Definition at line 280 of file SVFVariables.h.
|
friend |
Definition at line 279 of file SVFVariables.h.
Definition at line 283 of file SVFVariables.h.