Static Value-Flow Analysis
|
#include <DDAClient.h>
Public Types | |
typedef OrderedSet< const PAGNode * > | PAGNodeSet |
Public Member Functions | |
AliasDDAClient () | |
~AliasDDAClient () | |
virtual OrderedNodeSet & | collectCandidateQueries (SVFIR *pag) |
Only collect function pointers as query candidates. | |
virtual void | performStat (PointerAnalysis *pta) |
![]() | |
DDAClient () | |
virtual | ~DDAClient () |
virtual void | initialise () |
const OrderedNodeSet & | getCandidateQueries () const |
Get candidate queries. | |
virtual void | handleStatement (const SVFGNode *, NodeID) |
Call back used by DDAVFSolver. | |
void | setPAG (SVFIR *g) |
Set SVFIR graph. | |
void | setCurrentQueryPtr (NodeID ptr) |
Set the pointer being queried. | |
void | setQuery (NodeID ptr) |
Set pointer to be queried by DDA analysis. | |
virtual void | answerQueries (PointerAnalysis *pta) |
virtual void | collectWPANum () |
Private Types | |
typedef OrderedMap< NodeID, const CallICFGNode * > | VTablePtrToCallSiteMap |
Private Attributes | |
VTablePtrToCallSiteMap | vtableToCallSiteMap |
PAGNodeSet | loadSrcNodes |
PAGNodeSet | storeDstNodes |
PAGNodeSet | gepSrcNodes |
Additional Inherited Members | |
![]() | |
void | addCandidate (NodeID id) |
![]() | |
SVFIR * | pag |
SVFIR graph used by current DDA analysis. | |
NodeID | curPtr |
current pointer being queried | |
OrderedNodeSet | candidateQueries |
store all candidate pointers to be queried | |
DDA client with function pointers as query candidates.
Definition at line 139 of file DDAClient.h.
Definition at line 143 of file DDAClient.h.
Definition at line 154 of file DDAClient.h.
|
inline |
Definition at line 145 of file DDAClient.h.
|
inline |
Definition at line 146 of file DDAClient.h.
|
virtual |
Only collect function pointers as query candidates.
Reimplemented from SVF::DDAClient.
Definition at line 176 of file DDAClient.cpp.
|
virtual |
Reimplemented from SVF::DDAClient.
Definition at line 207 of file DDAClient.cpp.
|
private |
Definition at line 158 of file DDAClient.h.
|
private |
Definition at line 156 of file DDAClient.h.
|
private |
Definition at line 157 of file DDAClient.h.
|
private |
Definition at line 155 of file DDAClient.h.