|
Static Value-Flow Analysis
|
#include <SVFLLVMValue.h>
Static Public Member Functions | |
| static bool | classof (const SVFLLVMValue *node) |
| static bool | classof (const SVFConstantData *node) |
Static Public Member Functions inherited from SVF::SVFConstantData | |
| static bool | classof (const SVFLLVMValue *node) |
| static bool | classof (const SVFConstantData *node) |
Static Public Member Functions inherited from SVF::SVFConstant | |
| static bool | classof (const SVFLLVMValue *node) |
Private Attributes | |
| u64_t | zval |
| s64_t | sval |
Friends | |
| class | SVFIRWriter |
| class | SVFIRReader |
Additional Inherited Members | |
Public Types inherited from SVF::SVFLLVMValue | |
| enum | SVFValKind { SVFVal , SVFFunc , SVFBB , SVFInst , SVFCall , SVFVCall , SVFGlob , SVFArg , SVFConst , SVFConstData , SVFConstInt , SVFConstFP , SVFNullPtr , SVFBlackHole , SVFMetaAsValue , SVFOther } |
| typedef s64_t | GNodeK |
Protected Member Functions inherited from SVF::SVFLLVMValue | |
| SVFLLVMValue (const SVFType *ty, SVFValKind k) | |
| Constructor without name. | |
| void | setConstDataOrAggData () |
| void | setPtrInUncalledFunction () |
Protected Attributes inherited from SVF::SVFLLVMValue | |
| const SVFType * | type |
| Type of this SVFValue. | |
| std::string | name |
| Short name of value for printing & debugging. | |
| std::string | sourceLoc |
Definition at line 648 of file SVFLLVMValue.h.
Definition at line 656 of file SVFLLVMValue.h.
|
delete |
|
inlinestatic |
Definition at line 666 of file SVFLLVMValue.h.
|
inlinestatic |
Definition at line 662 of file SVFLLVMValue.h.
|
inline |
Definition at line 676 of file SVFLLVMValue.h.
|
inline |
Definition at line 671 of file SVFLLVMValue.h.
Definition at line 651 of file SVFLLVMValue.h.
Definition at line 650 of file SVFLLVMValue.h.
|
private |
Definition at line 654 of file SVFLLVMValue.h.
|
private |
Definition at line 653 of file SVFLLVMValue.h.