Static Value-Flow Analysis
|
#include "SVFIR/SVFIR.h"
#include "Graphs/PTACallGraph.h"
#include "Graphs/VFGNode.h"
#include "Graphs/VFGEdge.h"
Go to the source code of this file.
Classes | |
class | SVF::VFG |
struct | SVF::GenericGraphTraits< SVF::VFGNode * > |
struct | SVF::GenericGraphTraits< Inverse< SVF::VFGNode * > > |
Inverse GenericGraphTraits specializations for call graph node, it is used for inverse traversal. More... | |
struct | SVF::GenericGraphTraits< SVF::VFG * > |
Namespaces | |
namespace | SVF |
for isBitcode | |
Typedefs | |
typedef GenericGraph< VFGNode, VFGEdge > | SVF::GenericVFGTy |