Static Value-Flow Analysis
Loading...
Searching...
No Matches
Static Public Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
SVF::SVFIRReader Class Reference

#include <SVFFileSystem.h>

Static Public Member Functions

static SVFIRread (const std::string &path)
 
static void readJson (const cJSON *obj, bool &flag)
 
static void readJson (const cJSON *obj, unsigned &val)
 
static void readJson (const cJSON *obj, int &val)
 
static void readJson (const cJSON *obj, short &val)
 
static void readJson (const cJSON *obj, float &val)
 
static void readJson (const cJSON *obj, unsigned long &val)
 
static void readJson (const cJSON *obj, long long &val)
 
static void readJson (const cJSON *obj, unsigned long long &val)
 
static void readJson (const cJSON *obj, std::string &str)
 
static s64_t applyEdgeMask (u64_t edgeFlag)
 
template<typename T >
static void setEdgeFlag (GenericEdge< T > *edge, typename GenericEdge< T >::GEdgeFlag edgeFlag)
 

Private Types

using GNodeK = s32_t
 
using GEdgeFlag = GenericEdge< void >::GEdgeFlag
 
using GEdgeKind = GenericEdge< void >::GEdgeKind
 

Private Member Functions

SVFIRread (const cJSON *root)
 
const cJSONcreateObjs (const cJSON *root)
 
void readJson (const cJSON *obj, NodeIDAllocator *idAllocator)
 
void readJson (SymbolTableInfo *symTabInfo)
 
void readJson (IRGraph *graph)
 
void readJson (ICFG *icfg)
 
void readJson (CHGraph *graph)
 
void readJson (SVFModule *module)
 
void readJson (const cJSON *obj, SVFType *&type)
 
void readJson (const cJSON *obj, StInfo *&stInfo)
 
void readJson (const cJSON *obj, SVFValue *&value)
 
void readJson (const cJSON *obj, SVFVar *&var)
 
void readJson (const cJSON *obj, SVFStmt *&stmt)
 
void readJson (const cJSON *obj, ICFGNode *&node)
 
void readJson (const cJSON *obj, ICFGEdge *&edge)
 
void readJson (const cJSON *obj, CHNode *&node)
 
void readJson (const cJSON *obj, CHEdge *&edge)
 
void readJson (const cJSON *obj, AccessPath &ap)
 
void readJson (const cJSON *obj, SVFLoop *&loop)
 
void readJson (const cJSON *obj, ObjTypeInfo *&objTypeInfo)
 
void readJson (const cJSON *obj, SVFLoopAndDomInfo *&ldInfo)
 
template<unsigned ElementSize>
void readJson (const cJSON *obj, SparseBitVector< ElementSize > &bv)
 
template<typename T >
SVFUtil::void_t< KindBaseT< T > > readJson (const cJSON *obj, T *&ptr)
 Read a pointer of some child class of SVFType/SVFValue/SVFVar/SVFStmt/ICFGNode/ICFGEdge/CHNode/CHEdge.
 
template<typename T >
void readJson (const cJSON *obj, const T *&cptr)
 Read a const pointer.
 
template<typename T1 , typename T2 >
void readJson (const cJSON *obj, std::pair< T1, T2 > &pair)
 
template<typename T , size_t N>
void readJson (const cJSON *obj, T(&array)[N])
 
template<typename C >
std::enable_if_t< SVFUtil::is_sequence_container_v< C > > readJson (const cJSON *obj, C &container)
 
template<typename C >
std::enable_if_t< SVFUtil::is_map_v< C > > readJson (const cJSON *obj, C &map)
 
template<typename C >
std::enable_if_t< SVFUtil::is_set_v< C > > readJson (const cJSON *obj, C &set)
 
void virtFill (const cJSON *&fieldJson, SVFVar *var)
 
void fill (const cJSON *&fieldJson, SVFVar *var)
 
void fill (const cJSON *&fieldJson, ValVar *var)
 
void fill (const cJSON *&fieldJson, ObjVar *var)
 
void fill (const cJSON *&fieldJson, GepValVar *var)
 
void fill (const cJSON *&fieldJson, GepObjVar *var)
 
void fill (const cJSON *&fieldJson, BaseObjVar *var)
 
void fill (const cJSON *&fieldJson, RetPN *var)
 
void fill (const cJSON *&fieldJson, VarArgPN *var)
 
void fill (const cJSON *&fieldJson, DummyValVar *var)
 
void fill (const cJSON *&fieldJson, DummyObjVar *var)
 
void virtFill (const cJSON *&fieldJson, SVFStmt *stmt)
 
void fill (const cJSON *&fieldJson, SVFStmt *stmt)
 
void fill (const cJSON *&fieldJson, AssignStmt *stmt)
 
void fill (const cJSON *&fieldJson, AddrStmt *stmt)
 
void fill (const cJSON *&fieldJson, CopyStmt *stmt)
 
void fill (const cJSON *&fieldJson, StoreStmt *stmt)
 
void fill (const cJSON *&fieldJson, LoadStmt *stmt)
 
void fill (const cJSON *&fieldJson, GepStmt *stmt)
 
void fill (const cJSON *&fieldJson, CallPE *stmt)
 
void fill (const cJSON *&fieldJson, RetPE *stmt)
 
void fill (const cJSON *&fieldJson, MultiOpndStmt *stmt)
 
void fill (const cJSON *&fieldJson, PhiStmt *stmt)
 
void fill (const cJSON *&fieldJson, SelectStmt *stmt)
 
void fill (const cJSON *&fieldJson, CmpStmt *stmt)
 
void fill (const cJSON *&fieldJson, BinaryOPStmt *stmt)
 
void fill (const cJSON *&fieldJson, UnaryOPStmt *stmt)
 
void fill (const cJSON *&fieldJson, BranchStmt *stmt)
 
void fill (const cJSON *&fieldJson, TDForkPE *stmt)
 
void fill (const cJSON *&fieldJson, TDJoinPE *stmt)
 
void fill (const cJSON *&fieldJson, StInfo *stInfo)
 
void virtFill (const cJSON *&fieldJson, ICFGNode *node)
 
void fill (const cJSON *&fieldJson, ICFGNode *node)
 
void fill (const cJSON *&fieldJson, GlobalICFGNode *node)
 
void fill (const cJSON *&fieldJson, IntraICFGNode *node)
 
void fill (const cJSON *&fieldJson, InterICFGNode *node)
 
void fill (const cJSON *&fieldJson, FunEntryICFGNode *node)
 
void fill (const cJSON *&fieldJson, FunExitICFGNode *node)
 
void fill (const cJSON *&fieldJson, CallICFGNode *node)
 
void fill (const cJSON *&fieldJson, RetICFGNode *node)
 
void virtFill (const cJSON *&fieldJson, ICFGEdge *node)
 
void fill (const cJSON *&fieldJson, ICFGEdge *edge)
 
void fill (const cJSON *&fieldJson, IntraCFGEdge *edge)
 
void fill (const cJSON *&fieldJson, CallCFGEdge *edge)
 
void fill (const cJSON *&fieldJson, RetCFGEdge *edge)
 
void fill (const cJSON *&fieldJson, SVFLoop *loop)
 
void virtFill (const cJSON *&fieldJson, CHNode *node)
 
void virtFill (const cJSON *&fieldJson, CHEdge *edge)
 
void virtFill (const cJSON *&fieldJson, SVFValue *value)
 
void fill (const cJSON *&fieldJson, SVFValue *value)
 
void fill (const cJSON *&fieldJson, SVFFunction *value)
 
void fill (const cJSON *&fieldJson, SVFBasicBlock *value)
 
void fill (const cJSON *&fieldJson, SVFInstruction *value)
 
void fill (const cJSON *&fieldJson, SVFCallInst *value)
 
void fill (const cJSON *&fieldJson, SVFConstant *value)
 
void fill (const cJSON *&fieldJson, SVFGlobalValue *value)
 
void fill (const cJSON *&fieldJson, SVFArgument *value)
 
void fill (const cJSON *&fieldJson, SVFConstantData *value)
 
void fill (const cJSON *&fieldJson, SVFConstantInt *value)
 
void fill (const cJSON *&fieldJson, SVFConstantFP *value)
 
void fill (const cJSON *&fieldJson, SVFConstantNullPtr *value)
 
void fill (const cJSON *&fieldJson, SVFBlackHoleValue *value)
 
void fill (const cJSON *&fieldJson, SVFOtherValue *value)
 
void fill (const cJSON *&fieldJson, SVFMetadataAsValue *value)
 
void virtFill (const cJSON *&fieldJson, SVFType *type)
 
void fill (const cJSON *&fieldJson, SVFType *type)
 
void fill (const cJSON *&fieldJson, SVFPointerType *type)
 
void fill (const cJSON *&fieldJson, SVFIntegerType *type)
 
void fill (const cJSON *&fieldJson, SVFFunctionType *type)
 
void fill (const cJSON *&fieldJson, SVFStructType *type)
 
void fill (const cJSON *&fieldJson, SVFArrayType *type)
 
void fill (const cJSON *&fieldJson, SVFOtherType *type)
 
template<typename NodeTy , typename EdgeTy >
void fill (const cJSON *&fieldJson, GenericNode< NodeTy, EdgeTy > *node)
 
template<typename NodeTy >
void fill (const cJSON *&fieldJson, GenericEdge< NodeTy > *edge)
 

Static Private Member Functions

static ICFGNodecreateICFGNode (NodeID id, GNodeK type)
 
static ICFGEdgecreateICFGEdge (GEdgeKind kind)
 
static CHNodecreateCHNode (NodeID id, GNodeK kind)
 
static CHEdgecreateCHEdge (GEdgeKind kind)
 
static SVFVarcreatePAGNode (NodeID id, GNodeK kind)
 
static SVFStmtcreatePAGEdge (GEdgeKind kind)
 
template<typename EdgeCreator >
static auto createEdgeWithFlag (GEdgeFlag flag, EdgeCreator creator)
 

Private Attributes

SVFModuleReader svfModuleReader
 
SymbolTableInfoReader symTableReader
 
ICFGReader icfgReader
 
CHGraphReader chGraphReader
 
IRGraphReader irGraphReader
 

Detailed Description

Definition at line 1020 of file SVFFileSystem.h.

Member Typedef Documentation

◆ GEdgeFlag

using SVF::SVFIRReader::GEdgeFlag = GenericEdge<void>::GEdgeFlag
private

Definition at line 1056 of file SVFFileSystem.h.

◆ GEdgeKind

using SVF::SVFIRReader::GEdgeKind = GenericEdge<void>::GEdgeKind
private

Definition at line 1057 of file SVFFileSystem.h.

◆ GNodeK

Definition at line 1055 of file SVFFileSystem.h.

Member Function Documentation

◆ applyEdgeMask()

static s64_t SVF::SVFIRReader::applyEdgeMask ( u64_t  edgeFlag)
inlinestatic

Definition at line 1043 of file SVFFileSystem.h.

1044 {
1045 return edgeFlag & GenericEdge<void>::EdgeKindMask;
1046 }
static constexpr u64_t EdgeKindMask

◆ createCHEdge()

CHEdge * SVF::SVFIRReader::createCHEdge ( GEdgeKind  kind)
staticprivate

Definition at line 1429 of file SVFFileSystem.cpp.

1430{
1431 ABORT_IFNOT(kind == 0, "Unsupported CHEdge kind " << kind);
1432 return new CHEdge(nullptr, nullptr, {});
1433}
#define ABORT_IFNOT(condition, msg)

◆ createCHNode()

CHNode * SVF::SVFIRReader::createCHNode ( NodeID  id,
GNodeK  kind 
)
staticprivate

Definition at line 1423 of file SVFFileSystem.cpp.

1424{
1425 ABORT_IFNOT(kind == 0, "Impossible CHNode kind " << kind);
1426 return new CHNode("", id);
1427}

◆ createEdgeWithFlag()

template<typename EdgeCreator >
static auto SVF::SVFIRReader::createEdgeWithFlag ( GEdgeFlag  flag,
EdgeCreator  creator 
)
inlinestaticprivate

Definition at line 1066 of file SVFFileSystem.h.

1067 {
1068 auto kind = SVFIRReader::applyEdgeMask(flag);
1069 auto edge = creator(kind);
1071 return edge;
1072 }
static s64_t applyEdgeMask(u64_t edgeFlag)
static void setEdgeFlag(GenericEdge< T > *edge, typename GenericEdge< T >::GEdgeFlag edgeFlag)
llvm::IRBuilder IRBuilder
Definition BasicTypes.h:74

◆ createICFGEdge()

ICFGEdge * SVF::SVFIRReader::createICFGEdge ( GEdgeKind  kind)
staticprivate

Definition at line 1405 of file SVFFileSystem.cpp.

1406{
1407 constexpr ICFGNode* src = nullptr;
1408 constexpr ICFGNode* dst = nullptr;
1409
1410 switch (kind)
1411 {
1412 default:
1413 ABORT_MSG(kind << " is an impossible ICFGEdgeKind in create()");
1414 case ICFGEdge::IntraCF:
1415 return new IntraCFGEdge(src, dst);
1416 case ICFGEdge::CallCF:
1417 return new CallCFGEdge(src, dst);
1418 case ICFGEdge::RetCF:
1419 return new RetCFGEdge(src, dst);
1420 }
1421}
#define ABORT_MSG(msg)

◆ createICFGNode()

ICFGNode * SVF::SVFIRReader::createICFGNode ( NodeID  id,
GNodeK  type 
)
staticprivate

Definition at line 1386 of file SVFFileSystem.cpp.

1387{
1388 switch (kind)
1389 {
1390 default:
1391 ABORT_MSG(kind << " is an impossible ICFGNodeKind in create()");
1392#define CASE(kind, constructor) \
1393 case ICFGNode::kind: \
1394 return new constructor(id);
1395 CASE(IntraBlock, IntraICFGNode);
1396 CASE(FunEntryBlock, FunEntryICFGNode);
1397 CASE(FunExitBlock, FunExitICFGNode);
1398 CASE(FunCallBlock, CallICFGNode);
1399 CASE(FunRetBlock, RetICFGNode);
1400 CASE(GlobalBlock, GlobalICFGNode);
1401#undef CASE
1402 }
1403}
#define CASE(Kind)

◆ createObjs()

const cJSON * SVF::SVFIRReader::createObjs ( const cJSON root)
private

Definition at line 1323 of file SVFFileSystem.cpp.

1324{
1325 return nullptr;
1326}

◆ createPAGEdge()

SVFStmt * SVF::SVFIRReader::createPAGEdge ( GEdgeKind  kind)
staticprivate

Definition at line 1457 of file SVFFileSystem.cpp.

1458{
1459 switch (kind)
1460 {
1461 default:
1462 ABORT_MSG(kind << " is an impossible SVFStmtKind in create()");
1463#define CASE(kind, constructor) \
1464 case SVFStmt::kind: \
1465 return new constructor;
1466 CASE(Addr, AddrStmt);
1467 CASE(Copy, CopyStmt);
1468 CASE(Store, StoreStmt);
1469 CASE(Load, LoadStmt);
1470 CASE(Call, CallPE);
1471 CASE(Ret, RetPE);
1472 CASE(Gep, GepStmt);
1473 CASE(Phi, PhiStmt);
1474 CASE(Select, SelectStmt);
1475 CASE(Cmp, CmpStmt);
1476 CASE(BinaryOp, BinaryOPStmt);
1477 CASE(UnaryOp, UnaryOPStmt);
1478 CASE(Branch, BranchStmt);
1479 CASE(ThreadFork, TDForkPE);
1480 CASE(ThreadJoin, TDJoinPE);
1481#undef CASE
1482 }
1483}

◆ createPAGNode()

SVFVar * SVF::SVFIRReader::createPAGNode ( NodeID  id,
GNodeK  kind 
)
staticprivate

Definition at line 1435 of file SVFFileSystem.cpp.

1436{
1437 switch (kind)
1438 {
1439 default:
1440 ABORT_MSG(kind << " is an impossible SVFVarKind in create()");
1441#define CASE(kind, constructor) \
1442 case SVFVar::kind: \
1443 return new constructor(id);
1444 CASE(ValNode, ValVar);
1445 CASE(RetNode, RetPN);
1446 CASE(ObjNode, ObjVar);
1447 CASE(VarargNode, VarArgPN);
1448 CASE(GepValNode, GepValVar);
1449 CASE(GepObjNode, GepObjVar);
1450 CASE(BaseObjNode, BaseObjVar);
1451 CASE(DummyValNode, DummyValVar);
1452 CASE(DummyObjNode, DummyObjVar);
1453#undef CASE
1454 }
1455}

◆ fill() [1/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
AddrStmt stmt 
)
private

Definition at line 1837 of file SVFFileSystem.cpp.

1838{
1839 fill(fieldJson, static_cast<AssignStmt*>(stmt));
1840}
void fill(const cJSON *&fieldJson, SVFVar *var)

◆ fill() [2/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
AssignStmt stmt 
)
private

Definition at line 1832 of file SVFFileSystem.cpp.

1833{
1834 fill(fieldJson, static_cast<SVFStmt*>(stmt));
1835}

◆ fill() [3/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
BaseObjVar var 
)
private

Definition at line 1766 of file SVFFileSystem.cpp.

1767{
1768 fill(fieldJson, static_cast<ObjVar*>(var));
1769}

◆ fill() [4/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
BinaryOPStmt stmt 
)
private

Definition at line 1903 of file SVFFileSystem.cpp.

1904{
1905 fill(fieldJson, static_cast<MultiOpndStmt*>(stmt));
1907}
#define JSON_READ_FIELD_FWD(json, objptr, field)

◆ fill() [5/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
BranchStmt stmt 
)
private

Definition at line 1915 of file SVFFileSystem.cpp.

1916{
1917 fill(fieldJson, static_cast<SVFStmt*>(stmt));
1918 JSON_READ_FIELD_FWD(fieldJson, stmt, successors);
1921}

◆ fill() [6/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
CallCFGEdge edge 
)
private

Definition at line 2047 of file SVFFileSystem.cpp.

2048{
2049 fill(fieldJson, static_cast<ICFGEdge*>(edge));
2051}

◆ fill() [7/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
CallICFGNode node 
)
private

Definition at line 2005 of file SVFFileSystem.cpp.

2006{
2007 fill(fieldJson, static_cast<ICFGNode*>(node));
2008 JSON_READ_FIELD_FWD(fieldJson, node, ret);
2009 JSON_READ_FIELD_FWD(fieldJson, node, APNodes);
2010}

◆ fill() [8/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
CallPE stmt 
)
private

Definition at line 1865 of file SVFFileSystem.cpp.

1866{
1867 fill(fieldJson, static_cast<AssignStmt*>(stmt));
1870}

◆ fill() [9/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
CmpStmt stmt 
)
private

Definition at line 1897 of file SVFFileSystem.cpp.

1898{
1899 fill(fieldJson, static_cast<MultiOpndStmt*>(stmt));
1900 JSON_READ_FIELD_FWD(fieldJson, stmt, predicate);
1901}

◆ fill() [10/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
CopyStmt stmt 
)
private

Definition at line 1842 of file SVFFileSystem.cpp.

1843{
1844 fill(fieldJson, static_cast<AssignStmt*>(stmt));
1846}

◆ fill() [11/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
DummyObjVar var 
)
private

Definition at line 1786 of file SVFFileSystem.cpp.

1787{
1788 fill(fieldJson, static_cast<ObjVar*>(var));
1789}

◆ fill() [12/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
DummyValVar var 
)
private

Definition at line 1781 of file SVFFileSystem.cpp.

1782{
1783 fill(fieldJson, static_cast<ValVar*>(var));
1784}

◆ fill() [13/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
FunEntryICFGNode node 
)
private

Definition at line 1993 of file SVFFileSystem.cpp.

1994{
1995 fill(fieldJson, static_cast<ICFGNode*>(node));
1996 JSON_READ_FIELD_FWD(fieldJson, node, FPNodes);
1997}

◆ fill() [14/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
FunExitICFGNode node 
)
private

Definition at line 1999 of file SVFFileSystem.cpp.

2000{
2001 fill(fieldJson, static_cast<ICFGNode*>(node));
2002 JSON_READ_FIELD_FWD(fieldJson, node, formalRet);
2003}

◆ fill() [15/66]

template<typename NodeTy >
void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
GenericEdge< NodeTy > *  edge 
)
inlineprivate

Definition at line 1308 of file SVFFileSystem.h.

1309 {
1310 // edgeFlag has already been read.
1313 }

◆ fill() [16/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
GenericNode< NodeTy, EdgeTy > *  node 
)
inlineprivate

Definition at line 1300 of file SVFFileSystem.h.

1301 {
1302 // id and nodeKind have already been read.
1303 JSON_READ_FIELD_FWD(fieldJson, node, InEdges);
1304 JSON_READ_FIELD_FWD(fieldJson, node, OutEdges);
1305 }

◆ fill() [17/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
GepObjVar var 
)
private

Definition at line 1759 of file SVFFileSystem.cpp.

1760{
1761 fill(fieldJson, static_cast<ObjVar*>(var));
1762 JSON_READ_FIELD_FWD(fieldJson, var, apOffset);
1764}

◆ fill() [18/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
GepStmt stmt 
)
private

Definition at line 1858 of file SVFFileSystem.cpp.

1859{
1860 fill(fieldJson, static_cast<AssignStmt*>(stmt));
1862 JSON_READ_FIELD_FWD(fieldJson, stmt, variantField);
1863}

◆ fill() [19/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
GepValVar var 
)
private

Definition at line 1752 of file SVFFileSystem.cpp.

1753{
1754 fill(fieldJson, static_cast<ValVar*>(var));
1756 JSON_READ_FIELD_FWD(fieldJson, var, gepValType);
1757}

◆ fill() [20/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
GlobalICFGNode node 
)
private

Definition at line 1977 of file SVFFileSystem.cpp.

1978{
1979 fill(fieldJson, static_cast<ICFGNode*>(node));
1980}

◆ fill() [21/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
ICFGEdge edge 
)
private

Definition at line 2035 of file SVFFileSystem.cpp.

2036{
2037 fill(fieldJson, static_cast<GenericICFGEdgeTy*>(edge));
2038}
GenericEdge< ICFGNode > GenericICFGEdgeTy
Definition ICFGEdge.h:43

◆ fill() [22/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
ICFGNode node 
)
private

Definition at line 1968 of file SVFFileSystem.cpp.

1969{
1970 fill(fieldJson, static_cast<GenericICFGNodeTy*>(node));
1971 JSON_READ_FIELD_FWD(fieldJson, node, fun);
1972 JSON_READ_FIELD_FWD(fieldJson, node, bb);
1973 // Skip VFGNodes as it is empty
1974 JSON_READ_FIELD_FWD(fieldJson, node, pagEdges);
1975}
GenericNode< ICFGNode, ICFGEdge > GenericICFGNodeTy
Definition ICFGNode.h:52

◆ fill() [23/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
InterICFGNode node 
)
private

Definition at line 1988 of file SVFFileSystem.cpp.

1989{
1990 fill(fieldJson, static_cast<ICFGNode*>(node));
1991}

◆ fill() [24/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
IntraCFGEdge edge 
)
private

Definition at line 2040 of file SVFFileSystem.cpp.

2041{
2042 fill(fieldJson, static_cast<ICFGEdge*>(edge));
2043 JSON_READ_FIELD_FWD(fieldJson, edge, conditionVar);
2044 JSON_READ_FIELD_FWD(fieldJson, edge, branchCondVal);
2045}

◆ fill() [25/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
IntraICFGNode node 
)
private

Definition at line 1982 of file SVFFileSystem.cpp.

1983{
1984 fill(fieldJson, static_cast<ICFGNode*>(node));
1985 JSON_READ_FIELD_FWD(fieldJson, node, isRet);
1986}

◆ fill() [26/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
LoadStmt stmt 
)
private

Definition at line 1853 of file SVFFileSystem.cpp.

1854{
1855 fill(fieldJson, static_cast<AssignStmt*>(stmt));
1856}

◆ fill() [27/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
MultiOpndStmt stmt 
)
private

Definition at line 1879 of file SVFFileSystem.cpp.

1880{
1881 fill(fieldJson, static_cast<SVFStmt*>(stmt));
1883}

◆ fill() [28/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
ObjVar var 
)
private

Definition at line 1747 of file SVFFileSystem.cpp.

1748{
1749 fill(fieldJson, static_cast<SVFVar*>(var));
1750}

◆ fill() [29/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
PhiStmt stmt 
)
private

Definition at line 1885 of file SVFFileSystem.cpp.

1886{
1887 fill(fieldJson, static_cast<MultiOpndStmt*>(stmt));
1888 JSON_READ_FIELD_FWD(fieldJson, stmt, opICFGNodes);
1889}

◆ fill() [30/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
RetCFGEdge edge 
)
private

Definition at line 2053 of file SVFFileSystem.cpp.

2054{
2055 fill(fieldJson, static_cast<ICFGEdge*>(edge));
2057}

◆ fill() [31/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
RetICFGNode node 
)
private

Definition at line 2012 of file SVFFileSystem.cpp.

2013{
2014 fill(fieldJson, static_cast<ICFGNode*>(node));
2015 JSON_READ_FIELD_FWD(fieldJson, node, actualRet);
2016 JSON_READ_FIELD_FWD(fieldJson, node, callBlockNode);
2017}

◆ fill() [32/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
RetPE stmt 
)
private

Definition at line 1872 of file SVFFileSystem.cpp.

1873{
1874 fill(fieldJson, static_cast<AssignStmt*>(stmt));
1877}

◆ fill() [33/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
RetPN var 
)
private

Definition at line 1771 of file SVFFileSystem.cpp.

1772{
1773 fill(fieldJson, static_cast<ValVar*>(var));
1774}

◆ fill() [34/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SelectStmt stmt 
)
private

Definition at line 1891 of file SVFFileSystem.cpp.

1892{
1893 fill(fieldJson, static_cast<MultiOpndStmt*>(stmt));
1894 JSON_READ_FIELD_FWD(fieldJson, stmt, condition);
1895}

◆ fill() [35/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
StInfo stInfo 
)
private

Definition at line 1933 of file SVFFileSystem.cpp.

1934{
1935#define F(field) JSON_READ_FIELD_FWD(fieldJson, stInfo, field)
1936 // stride has already been read upon construction
1937 F(numOfFlattenElements);
1938 F(numOfFlattenFields);
1939 F(fldIdxVec);
1940 F(elemIdxVec);
1941 F(fldIdx2TypeMap);
1942 F(finfo);
1943 F(flattenElementTypes);
1944#undef F
1945}
#define F(f)

◆ fill() [36/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
StoreStmt stmt 
)
private

Definition at line 1848 of file SVFFileSystem.cpp.

1849{
1850 fill(fieldJson, static_cast<AssignStmt*>(stmt));
1851}

◆ fill() [37/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFArgument value 
)
private

Definition at line 2188 of file SVFFileSystem.cpp.

2189{
2190 fill(fieldJson, static_cast<SVFValue*>(value));
2191 JSON_READ_FIELD_FWD(fieldJson, value, fun);
2192 JSON_READ_FIELD_FWD(fieldJson, value, argNo);
2193 JSON_READ_FIELD_FWD(fieldJson, value, uncalled);
2194}

◆ fill() [38/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFArrayType type 
)
private

Definition at line 2287 of file SVFFileSystem.cpp.

2288{
2289 fill(fieldJson, static_cast<SVFType*>(type));
2290 JSON_READ_FIELD_FWD(fieldJson, type, numOfElement);
2291 JSON_READ_FIELD_FWD(fieldJson, type, typeOfElement);
2292}
newitem type
Definition cJSON.cpp:2739

◆ fill() [39/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFBasicBlock value 
)
private

Definition at line 2153 of file SVFFileSystem.cpp.

2154{
2155 fill(fieldJson, static_cast<SVFValue*>(value));
2156 JSON_READ_FIELD_FWD(fieldJson, value, succBBs);
2157 JSON_READ_FIELD_FWD(fieldJson, value, predBBs);
2158 JSON_READ_FIELD_FWD(fieldJson, value, fun);
2159}

◆ fill() [40/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFBlackHoleValue value 
)
private

Definition at line 2219 of file SVFFileSystem.cpp.

2220{
2221 fill(fieldJson, static_cast<SVFConstantData*>(value));
2222}

◆ fill() [41/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFCallInst value 
)
private

Definition at line 2169 of file SVFFileSystem.cpp.

2170{
2171 fill(fieldJson, static_cast<SVFInstruction*>(value));
2172 JSON_READ_FIELD_FWD(fieldJson, value, args);
2173 JSON_READ_FIELD_FWD(fieldJson, value, varArg);
2174 JSON_READ_FIELD_FWD(fieldJson, value, calledVal);
2175}

◆ fill() [42/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFConstant value 
)
private

Definition at line 2177 of file SVFFileSystem.cpp.

2178{
2179 fill(fieldJson, static_cast<SVFValue*>(value));
2180}

◆ fill() [43/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFConstantData value 
)
private

Definition at line 2196 of file SVFFileSystem.cpp.

2197{
2198 fill(fieldJson, static_cast<SVFConstant*>(value));
2199}

◆ fill() [44/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFConstantFP value 
)
private

Definition at line 2208 of file SVFFileSystem.cpp.

2209{
2210 fill(fieldJson, static_cast<SVFConstantData*>(value));
2211 JSON_READ_FIELD_FWD(fieldJson, value, dval);
2212}

◆ fill() [45/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFConstantInt value 
)
private

Definition at line 2201 of file SVFFileSystem.cpp.

2202{
2203 fill(fieldJson, static_cast<SVFConstantData*>(value));
2204 JSON_READ_FIELD_FWD(fieldJson, value, zval);
2205 JSON_READ_FIELD_FWD(fieldJson, value, sval);
2206}

◆ fill() [46/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFConstantNullPtr value 
)
private

Definition at line 2214 of file SVFFileSystem.cpp.

2215{
2216 fill(fieldJson, static_cast<SVFConstantData*>(value));
2217}

◆ fill() [47/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFFunction value 
)
private

Definition at line 2135 of file SVFFileSystem.cpp.

2136{
2137 fill(fieldJson, static_cast<SVFValue*>(value));
2138#define F(f) JSON_READ_FIELD_FWD(fieldJson, value, f)
2139 F(isDecl);
2140 F(intrinsic);
2141 F(addrTaken);
2142 F(isUncalled);
2143 F(isNotRet);
2144 F(varArg);
2145 F(funcType);
2146 F(loopAndDom);
2147 F(realDefFun);
2148 F(allBBs);
2149 F(allArgs);
2150#undef F
2151}

◆ fill() [48/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFFunctionType type 
)
private

Definition at line 2275 of file SVFFileSystem.cpp.

2276{
2277 fill(fieldJson, static_cast<SVFType*>(type));
2279}

◆ fill() [49/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFGlobalValue value 
)
private

Definition at line 2182 of file SVFFileSystem.cpp.

2183{
2184 fill(fieldJson, static_cast<SVFConstant*>(value));
2185 JSON_READ_FIELD_FWD(fieldJson, value, realDefGlobal);
2186}

◆ fill() [50/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFInstruction value 
)
private

Definition at line 2161 of file SVFFileSystem.cpp.

2162{
2163 fill(fieldJson, static_cast<SVFValue*>(value));
2164 JSON_READ_FIELD_FWD(fieldJson, value, bb);
2165 JSON_READ_FIELD_FWD(fieldJson, value, terminator);
2166 JSON_READ_FIELD_FWD(fieldJson, value, ret);
2167}

◆ fill() [51/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFIntegerType type 
)
private

Definition at line 2269 of file SVFFileSystem.cpp.

2270{
2271 fill(fieldJson, static_cast<SVFType*>(type));
2272 JSON_READ_FIELD_FWD(fieldJson, type, signAndWidth);
2273}

◆ fill() [52/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFLoop loop 
)
private

Definition at line 2059 of file SVFFileSystem.cpp.

2060{
2061#define F(field) JSON_READ_FIELD_FWD(fieldJson, loop, field)
2062 F(entryICFGEdges);
2063 F(backICFGEdges);
2064 F(inICFGEdges);
2065 F(outICFGEdges);
2066 F(icfgNodes);
2067 F(loopBound);
2068#undef F
2069}

◆ fill() [53/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFMetadataAsValue value 
)
private

Definition at line 2229 of file SVFFileSystem.cpp.

2230{
2231 fill(fieldJson, static_cast<SVFOtherValue*>(value));
2232}

◆ fill() [54/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFOtherType type 
)
private

Definition at line 2294 of file SVFFileSystem.cpp.

2295{
2296 fill(fieldJson, static_cast<SVFType*>(type));
2298}

◆ fill() [55/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFOtherValue value 
)
private

Definition at line 2224 of file SVFFileSystem.cpp.

2225{
2226 fill(fieldJson, static_cast<SVFValue*>(value));
2227}

◆ fill() [56/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFPointerType type 
)
private

Definition at line 2264 of file SVFFileSystem.cpp.

2265{
2266 fill(fieldJson, static_cast<SVFType*>(type));
2267}

◆ fill() [57/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFStmt stmt 
)
private

Definition at line 1823 of file SVFFileSystem.cpp.

1824{
1825 fill(fieldJson, static_cast<GenericPAGEdgeTy*>(stmt));
1827 JSON_READ_FIELD_FWD(fieldJson, stmt, basicBlock);
1830}
GenericEdge< SVFVar > GenericPAGEdgeTy

◆ fill() [58/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFStructType type 
)
private

Definition at line 2281 of file SVFFileSystem.cpp.

2282{
2283 fill(fieldJson, static_cast<SVFType*>(type));
2285}
const char *const name
Definition cJSON.h:264

◆ fill() [59/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFType type 
)
private

Definition at line 2258 of file SVFFileSystem.cpp.

2259{
2260 // kind has already been read
2262}

◆ fill() [60/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFValue value 
)
private

Definition at line 2127 of file SVFFileSystem.cpp.

2128{
2129 // kind, type, name have already been read.
2130 JSON_READ_FIELD_FWD(fieldJson, value, ptrInUncalledFun);
2131 JSON_READ_FIELD_FWD(fieldJson, value, constDataOrAggData);
2132 JSON_READ_FIELD_FWD(fieldJson, value, sourceLoc);
2133}

◆ fill() [61/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
SVFVar var 
)
private

Definition at line 1733 of file SVFFileSystem.cpp.

1734{
1735 fill(fieldJson, static_cast<GenericPAGNodeTy*>(var));
1737 JSON_READ_FIELD_FWD(fieldJson, var, InEdgeKindToSetMap);
1738 JSON_READ_FIELD_FWD(fieldJson, var, OutEdgeKindToSetMap);
1740}
GenericNode< SVFVar, SVFStmt > GenericPAGNodeTy

◆ fill() [62/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
TDForkPE stmt 
)
private

Definition at line 1923 of file SVFFileSystem.cpp.

1924{
1925 fill(fieldJson, static_cast<CallPE*>(stmt));
1926}

◆ fill() [63/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
TDJoinPE stmt 
)
private

Definition at line 1928 of file SVFFileSystem.cpp.

1929{
1930 fill(fieldJson, static_cast<RetPE*>(stmt));
1931}

◆ fill() [64/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
UnaryOPStmt stmt 
)
private

Definition at line 1909 of file SVFFileSystem.cpp.

1910{
1911 fill(fieldJson, static_cast<SVFStmt*>(stmt));
1913}

◆ fill() [65/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
ValVar var 
)
private

Definition at line 1742 of file SVFFileSystem.cpp.

1743{
1744 fill(fieldJson, static_cast<SVFVar*>(var));
1745}

◆ fill() [66/66]

void SVF::SVFIRReader::fill ( const cJSON *&  fieldJson,
VarArgPN var 
)
private

Definition at line 1776 of file SVFFileSystem.cpp.

1777{
1778 fill(fieldJson, static_cast<ValVar*>(var));
1779}

◆ read() [1/2]

SVFIR * SVF::SVFIRReader::read ( const cJSON root)
private

Definition at line 1275 of file SVFFileSystem.cpp.

1276{
1277 const cJSON* svfirField = createObjs(root);
1278
1279 SVFIR* svfIR = SVFIR::getPAG(); // SVFIR constructor sets symInfo
1280 IRGraph* irGraph = svfIR;
1281
1282 auto svfModule = SVFModule::getSVFModule();
1283 auto icfg = new ICFG();
1284 auto chgraph = new CHGraph(svfModule);
1285 auto symInfo = SymbolTableInfo::SymbolInfo();
1286 symInfo->mod = svfModule;
1287
1288 svfIR->svfModule = svfModule;
1289 svfIR->icfg = icfg;
1290 svfIR->chgraph = chgraph;
1291
1292#define F(field) JSON_READ_FIELD_FWD(svfirField, svfIR, field)
1293 readJson(symInfo);
1295 readJson(icfg);
1296 readJson(chgraph);
1297 readJson(svfModule);
1298
1299 F(icfgNode2SVFStmtsMap);
1300 F(icfgNode2PTASVFStmtsMap);
1301 F(GepValObjMap);
1302 F(typeLocSetsMap);
1303 F(GepObjVarMap);
1304 F(memToFieldsMap);
1305 F(globSVFStmtSet);
1306 F(phiNodeMap);
1307 F(funArgsListMap);
1308 F(callSiteArgsListMap);
1309 F(callSiteRetMap);
1310 F(funRetMap);
1311 F(indCallSiteToFunPtrMap);
1312 F(funPtrToCallSitesMap);
1313 F(candidatePointers);
1314 F(callSiteSet);
1315#undef F
1316 assert(!NodeIDAllocator::allocator && "NodeIDAllocator should be NULL");
1319
1320 return svfIR;
1321}
#define JSON_READ_OBJ_FWD(json, obj)
static NodeIDAllocator * get(void)
Return (singleton) allocator.
static NodeIDAllocator * allocator
Single allocator.
static void readJson(const cJSON *obj, bool &flag)
const cJSON * createObjs(const cJSON *root)
static SVFIR * getPAG(bool buildFromFile=false)
Singleton design here to make sure we only have one instance during any analysis.
Definition SVFIR.h:116
static SVFModule * getSVFModule()
Definition SVFModule.cpp:60
static SymbolTableInfo * SymbolInfo()
Singleton design here to make sure we only have one instance during any analysis.
Definition cJSON.h:104

◆ read() [2/2]

SVFIR * SVF::SVFIRReader::read ( const std::string &  path)
static

Definition at line 2300 of file SVFFileSystem.cpp.

2301{
2302 struct stat buf;
2303 int fd = open(path.c_str(), O_RDONLY);
2304 if (fd == -1)
2305 {
2306 std::string info = "open(\"" + path + "\")";
2307 perror(info.c_str());
2308 abort();
2309 }
2310 if (fstat(fd, &buf) == -1)
2311 {
2312 std::string info = "fstate(\"" + path + "\")";
2313 perror(info.c_str());
2314 abort();
2315 }
2316 auto addr =
2317 (char*)mmap(nullptr, buf.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
2318 if (addr == MAP_FAILED)
2319 {
2320 std::string info = "mmap(content of \"" + path + "\")";
2321 perror(info.c_str());
2322 abort();
2323 }
2324
2325 auto root = cJSON_ParseWithLength(addr, buf.st_size);
2326
2327 if (munmap(addr, buf.st_size) == -1)
2328 perror("munmap()");
2329
2330 if (close(fd) < 0)
2331 perror("close()");
2332
2333 SVFIRReader reader;
2334 SVFIR* ir = reader.read(root);
2335
2336 cJSON_Delete(root);
2337 return ir;
2338}
cJSON_Delete(null)

◆ readJson() [1/36]

void SVF::SVFIRReader::readJson ( CHGraph graph)
private

Definition at line 1559 of file SVFFileSystem.cpp.

1560{
1563#define F(field) JSON_READ_FIELD_FWD(obj, graph, field)
1564 F(classNum);
1565 F(vfID);
1566 F(classNameToNodeMap);
1567 F(classNameToDescendantsMap);
1568 F(classNameToAncestorsMap);
1569 F(classNameToInstAndDescsMap);
1570 F(templateNameToInstancesMap);
1571 F(callNodeToClassesMap);
1572 F(virtualFunctionToIDMap);
1573 F(callNodeToCHAVtblsMap);
1574 F(callNodeToCHAVFnsMap);
1575#undef F
1576}
void saveToGenericGraph(GenericGraph< NodeTy, EdgeTy > *graph) const
const cJSON * getFieldJson() const
CHGraphReader chGraphReader

◆ readJson() [2/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
AccessPath ap 
)
private

Definition at line 1655 of file SVFFileSystem.cpp.

1656{
1657 ABORT_IFNOT(jsonIsObject(obj), "Expected obj for AccessPath");
1658 obj = obj->child;
1659 JSON_READ_FIELD_FWD(obj, &ap, fldIdx);
1660 JSON_READ_FIELD_FWD(obj, &ap, idxOperandPairs);
1661 ABORT_IFNOT(!obj, "Extra field " << JSON_KEY(obj) << " in AccessPath");
1662}
#define JSON_KEY(json)
bool jsonIsObject(const cJSON *item)

◆ readJson() [3/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
bool flag 
)
static

Definition at line 1328 of file SVFFileSystem.cpp.

1329{
1330 ABORT_IFNOT(jsonIsBool(obj, flag), "Expect bool for " << obj->string);
1331}
bool jsonIsBool(const cJSON *item)

◆ readJson() [4/36]

template<typename C >
std::enable_if_t< SVFUtil::is_sequence_container_v< C > > SVF::SVFIRReader::readJson ( const cJSON obj,
C container 
)
inlineprivate

Definition at line 1172 of file SVFFileSystem.h.

1174 {
1175 using T = typename C::value_type;
1176 assert(container.empty() && "container should be empty");
1177 ABORT_IFNOT(jsonIsArray(obj), "vector expects an array");
1179 {
1180 container.push_back(T{});
1181 readJson(elemJson, container.back());
1182 }
1183 }
#define jsonForEach(field, array)
bool jsonIsArray(const cJSON *item)

◆ readJson() [5/36]

template<typename C >
std::enable_if_t< SVFUtil::is_map_v< C > > SVF::SVFIRReader::readJson ( const cJSON obj,
C map 
)
inlineprivate

Definition at line 1186 of file SVFFileSystem.h.

1187 {
1188 assert(map.empty() && "map should be empty");
1189 ABORT_IFNOT(jsonIsMap(obj), "expects an map (represented by array)");
1191 {
1193 typename C::key_type key{};
1194 readJson(jpair.first, key);
1195 auto it = map.emplace(std::move(key), typename C::mapped_type{});
1196 ABORT_IFNOT(it.second, "Duplicated map key");
1197 readJson(jpair.second, it.first->second);
1198 }
1199 }
bool jsonIsMap(const cJSON *item)
std::pair< const cJSON *, const cJSON * > jsonUnpackPair(const cJSON *item)

◆ readJson() [6/36]

template<typename C >
std::enable_if_t< SVFUtil::is_set_v< C > > SVF::SVFIRReader::readJson ( const cJSON obj,
C set 
)
inlineprivate

Definition at line 1202 of file SVFFileSystem.h.

1203 {
1204 using T = typename C::value_type;
1205 assert(set.empty() && "set should be empty");
1206 ABORT_IFNOT(jsonIsArray(obj), "expects an array");
1208 {
1209 T elem{};
1211 auto inserted = set.insert(std::move(elem)).second;
1212 ABORT_IFNOT(inserted, "Duplicated set element");
1213 }
1214 }
set(THREADS_PREFER_PTHREAD_FLAG ON) find_package(Threads REQUIRED) add_llvm_executable(wpa wpa.cpp) target_link_libraries(wpa PUBLIC $
Definition CMakeLists.txt:1

◆ readJson() [7/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
CHEdge *&  edge 
)
private

Definition at line 1649 of file SVFFileSystem.cpp.

1650{
1651 assert(!edge && "CHEdge already read?");
1653}
EdgeTy * getEdgePtr(unsigned id) const
double jsonGetNumber(const cJSON *item)

◆ readJson() [8/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
CHNode *&  node 
)
private

Definition at line 1643 of file SVFFileSystem.cpp.

1644{
1645 assert(!node && "CHNode already read?");
1647}
NodeTy * getNodePtr(unsigned id) const

◆ readJson() [9/36]

template<typename T >
void SVF::SVFIRReader::readJson ( const cJSON obj,
const T *&  cptr 
)
inlineprivate

Read a const pointer.

Definition at line 1140 of file SVFFileSystem.h.

1141 {
1142 assert(!cptr && "const pointer should be NULL");
1143 T* ptr{};
1144 readJson(obj, ptr);
1145 cptr = ptr;
1146 }

◆ readJson() [10/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
float val 
)
static

Definition at line 1348 of file SVFFileSystem.cpp.

1349{
1351}
static void readSmallNumber(const cJSON *obj, SmallNumberType &val)

◆ readJson() [11/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
ICFGEdge *&  edge 
)
private

Definition at line 1637 of file SVFFileSystem.cpp.

1638{
1639 assert(!edge && "ICFGEdge already read?");
1641}
ICFGReader icfgReader

◆ readJson() [12/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
ICFGNode *&  node 
)
private

Definition at line 1630 of file SVFFileSystem.cpp.

1631{
1632 assert(!node && "ICFGNode already read?");
1633 NodeID id = jsonGetNumber(obj);
1634 node = icfgReader.getNodePtr(id);
1635}
u32_t NodeID
Definition GeneralType.h:55

◆ readJson() [13/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
int val 
)
static

Definition at line 1338 of file SVFFileSystem.cpp.

1339{
1341}

◆ readJson() [14/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
long long val 
)
static

Definition at line 1362 of file SVFFileSystem.cpp.

1363{
1365 [](const char* s)
1366 {
1367 return std::strtoll(s, nullptr, 10);
1368 });
1369}
static void readBigNumber(const cJSON *obj, BigNumberType &val, CStrToVal conv)

◆ readJson() [15/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
NodeIDAllocator idAllocator 
)
private

Definition at line 1485 of file SVFFileSystem.cpp.

1486{
1487 assert(idAllocator && "idAllocator should be nonempty");
1488
1489 ABORT_IFNOT(jsonIsObject(obj), "Expect object for " << JSON_KEY(obj));
1490 obj = obj->child;
1491
1492 JSON_DEF_READ_FWD(obj, int, strategy);
1493 static_assert(sizeof(idAllocator->strategy) == sizeof(strategy),
1494 "idAllocator->strategy should be represented by int");
1495 idAllocator->strategy = static_cast<NodeIDAllocator::Strategy>(strategy);
1496 JSON_READ_FIELD_FWD(obj, idAllocator, numObjects);
1497 JSON_READ_FIELD_FWD(obj, idAllocator, numValues);
1498 JSON_READ_FIELD_FWD(obj, idAllocator, numSymbols);
1500
1501 ABORT_IFNOT(!obj, "Extra field " << JSON_KEY(obj) << " in NodeIDAllocator");
1502}
#define JSON_DEF_READ_FWD(json, type, obj,...)
Strategy
Allocation strategy to use.

◆ readJson() [16/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
ObjTypeInfo *&  objTypeInfo 
)
private

Definition at line 1672 of file SVFFileSystem.cpp.

1673{
1674 assert(!objTypeInfo && "ObjTypeInfo already read?");
1675 ABORT_IFNOT(jsonIsObject(obj), "Expected object for objTypeInfo");
1676 cJSON* field = obj->child;
1677
1678 JSON_DEF_READ_FWD(field, SVFType*, type, {});
1679 JSON_DEF_READ_FWD(field, u32_t, flags);
1680 JSON_DEF_READ_FWD(field, u32_t, maxOffsetLimit);
1681 JSON_DEF_READ_FWD(field, u32_t, elemNum);
1682
1683 ABORT_IFNOT(!field, "Extra field in objTypeInfo: " << JSON_KEY(field));
1684 objTypeInfo = new ObjTypeInfo(type, maxOffsetLimit);
1685 objTypeInfo->flags = flags;
1686 objTypeInfo->elemNum = elemNum;
1687}
unsigned u32_t
Definition CommandLine.h:18
struct cJSON * child
Definition cJSON.h:109

◆ readJson() [17/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
short val 
)
static

Definition at line 1343 of file SVFFileSystem.cpp.

1344{
1346}

◆ readJson() [18/36]

template<unsigned ElementSize>
void SVF::SVFIRReader::readJson ( const cJSON obj,
SparseBitVector< ElementSize > &  bv 
)
inlineprivate

Definition at line 1103 of file SVFFileSystem.h.

1104 {
1105 ABORT_IFNOT(jsonIsArray(obj), "SparseBitVector should be an array");
1107 {
1108 unsigned n;
1109 readJson(nObj, n);
1110 bv.set(n);
1111 }
1112 }
cJSON * n
Definition cJSON.cpp:2558
void set(unsigned Idx)

◆ readJson() [19/36]

template<typename T1 , typename T2 >
void SVF::SVFIRReader::readJson ( const cJSON obj,
std::pair< T1, T2 > &  pair 
)
inlineprivate

Definition at line 1149 of file SVFFileSystem.h.

1150 {
1151 auto jpair = jsonUnpackPair(obj);
1152 readJson(jpair.first, pair.first);
1153 readJson(jpair.second, pair.second);
1154 }

◆ readJson() [20/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
std::string &  str 
)
static

Definition at line 1380 of file SVFFileSystem.cpp.

1381{
1382 ABORT_IFNOT(jsonIsString(obj), "Expect string for " << obj->string);
1383 str = obj->valuestring;
1384}
bool jsonIsString(const cJSON *item)

◆ readJson() [21/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
StInfo *&  stInfo 
)
private

Definition at line 1603 of file SVFFileSystem.cpp.

1604{
1605 assert(!stInfo && "StInfo already read?");
1607}
SVFModuleReader svfModuleReader
StInfo * getStInfoPtr(size_t id) const

◆ readJson() [22/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
SVFLoop *&  loop 
)
private

Definition at line 1664 of file SVFFileSystem.cpp.

1665{
1666 assert(!loop && "SVFLoop already read?");
1667 unsigned id = jsonGetNumber(obj);
1669}
SVFLoop * getSVFLoopPtr(size_t id) const

◆ readJson() [23/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
SVFLoopAndDomInfo *&  ldInfo 
)
private

Definition at line 1689 of file SVFFileSystem.cpp.

1690{
1691 assert(!ldInfo && "SVFLoopAndDomInfo already read?");
1692 ABORT_IFNOT(jsonIsObject(obj), "Expected object for SVFLoopAndDomInfo");
1693 cJSON* field = obj->child;
1694
1695 ldInfo = new SVFLoopAndDomInfo();
1696
1697 JSON_READ_FIELD_FWD(field, ldInfo, reachableBBs);
1698 JSON_READ_FIELD_FWD(field, ldInfo, dtBBsMap);
1699 JSON_READ_FIELD_FWD(field, ldInfo, pdtBBsMap);
1700 JSON_READ_FIELD_FWD(field, ldInfo, dfBBsMap);
1701 JSON_READ_FIELD_FWD(field, ldInfo, bb2LoopMap);
1702 JSON_READ_FIELD_FWD(field, ldInfo, bb2PdomLevel);
1703 JSON_READ_FIELD_FWD(field, ldInfo, bb2PIdom);
1704
1706 "Extra field in SVFLoopAndDomInfo: " << JSON_KEY(field));
1707}

◆ readJson() [24/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
SVFStmt *&  stmt 
)
private

Definition at line 1624 of file SVFFileSystem.cpp.

1625{
1626 assert(!stmt && "SVFStmt already read?");
1628}
IRGraphReader irGraphReader

◆ readJson() [25/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
SVFType *&  type 
)
private

Definition at line 1597 of file SVFFileSystem.cpp.

1598{
1599 assert(!type && "SVFType already read?");
1601}
SVFType * getSVFTypePtr(size_t id) const

◆ readJson() [26/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
SVFValue *&  value 
)
private

Definition at line 1609 of file SVFFileSystem.cpp.

1610{
1611 assert(!value && "SVFValue already read?");
1613}
SVFValue * getSVFValuePtr(size_t id) const

◆ readJson() [27/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
SVFVar *&  var 
)
private

Definition at line 1615 of file SVFFileSystem.cpp.

1616{
1617 assert(!var && "SVFVar already read?");
1618 if (jsonIsNullId(obj))
1619 var = nullptr;
1620 else
1622}
bool jsonIsNullId(const cJSON *item)

◆ readJson() [28/36]

template<typename T >
SVFUtil::void_t< KindBaseT< T > > SVF::SVFIRReader::readJson ( const cJSON obj,
T *&  ptr 
)
inlineprivate

Read a pointer of some child class of SVFType/SVFValue/SVFVar/SVFStmt/ICFGNode/ICFGEdge/CHNode/CHEdge.

Definition at line 1127 of file SVFFileSystem.h.

1128 {
1129 // TODO: Can be optimized?
1132 if (!basePtr)
1133 return; // ptr is nullptr when read
1134 ptr = SVFUtil::dyn_cast<T>(basePtr);
1135 ABORT_IFNOT(ptr, "Cast: " << obj->string << " shouldn't have kind "
1136 << KindBaseHelper<T>::getKind(ptr));
1137 }

◆ readJson() [29/36]

template<typename T , size_t N>
void SVF::SVFIRReader::readJson ( const cJSON obj,
T(&)  array[N] 
)
inlineprivate

Definition at line 1157 of file SVFFileSystem.h.

1158 {
1159 static_assert(N > 0, "array size should be greater than 0");
1160 ABORT_IFNOT(jsonIsArray(obj), "array expects an array");
1161 size_t i = 0;
1163 {
1165 if (++i >= N)
1166 break;
1167 }
1168 ABORT_IFNOT(i == N, "expect array of size " << N);
1169 }

◆ readJson() [30/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
unsigned val 
)
static

Definition at line 1333 of file SVFFileSystem.cpp.

1334{
1336}

◆ readJson() [31/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
unsigned long val 
)
static

Definition at line 1353 of file SVFFileSystem.cpp.

1354{
1356 [](const char* s)
1357 {
1358 return std::strtoul(s, nullptr, 10);
1359 });
1360}

◆ readJson() [32/36]

void SVF::SVFIRReader::readJson ( const cJSON obj,
unsigned long long val 
)
static

Definition at line 1371 of file SVFFileSystem.cpp.

1372{
1374 [](const char* s)
1375 {
1376 return std::strtoull(s, nullptr, 10);
1377 });
1378}

◆ readJson() [33/36]

void SVF::SVFIRReader::readJson ( ICFG icfg)
private

Definition at line 1546 of file SVFFileSystem.cpp.

1547{
1549 const cJSON* obj = icfgReader.getFieldJson();
1550#define F(field) JSON_READ_FIELD_FWD(obj, icfg, field)
1551 F(totalICFGNode);
1552 F(FunToFunEntryNodeMap);
1553 F(FunToFunExitNodeMap);
1554 F(globalBlockNode);
1555 F(icfgNodeToSVFLoopVec);
1556#undef F
1557}

◆ readJson() [34/36]

void SVF::SVFIRReader::readJson ( IRGraph graph)
private

Definition at line 1521 of file SVFFileSystem.cpp.

1522{
1523 assert(SymbolTableInfo::symInfo && "SymbolTableInfo should be nonempty");
1524 assert(graph->symInfo == SymbolTableInfo::SymbolInfo() && "symInfo differ");
1525
1526 auto& valToEdgeMap = graph->valueToEdgeMap;
1527 valToEdgeMap.clear();
1528
1531#define F(field) JSON_READ_FIELD_FWD(obj, graph, field)
1532 // base and symInfo have already been read
1533 F(KindToSVFStmtSetMap);
1534 F(KindToPTASVFStmtSetMap);
1535 F(fromFile);
1536 F(nodeNumAfterPAGBuild);
1537 F(totalPTAPAGEdge);
1538 F(valueToEdgeMap);
1539#undef F
1540
1541 auto nullit = valToEdgeMap.find(nullptr);
1542 ABORT_IFNOT(nullit != valToEdgeMap.end(), "valueToEdgeMap should has key NULL");
1543 ABORT_IFNOT(nullit->second.empty(), "valueToEdgeMap[NULL] should be empty");
1544}
static SymbolTableInfo * symInfo

◆ readJson() [35/36]

void SVF::SVFIRReader::readJson ( SVFModule module)
private

Definition at line 1578 of file SVFFileSystem.cpp.

1579{
1581 auto symInfo = SymbolTableInfo::symInfo;
1582 assert(symInfo && "SymbolTableInfo should be non-NULL");
1583 svfModuleReader.svfTypePool.saveToSet(symInfo->svfTypes);
1584 svfModuleReader.stInfoPool.saveToSet(symInfo->stInfos);
1585
1586#define F(field) JSON_READ_FIELD_FWD(obj, module, field)
1587 F(pagReadFromTxt);
1588 F(moduleIdentifier);
1589 F(FunctionSet);
1590 F(GlobalSet);
1591 F(AliasSet);
1592 F(ConstantSet);
1593 F(OtherValueSet);
1594#undef F
1595}
const cJSON * getFieldJson() const
ReaderPtrPool< StInfo > stInfoPool
ReaderPtrPool< SVFType > svfTypePool

◆ readJson() [36/36]

void SVF::SVFIRReader::readJson ( SymbolTableInfo symTabInfo)
private

Definition at line 1504 of file SVFFileSystem.cpp.

1505{
1507#define F(field) JSON_READ_FIELD_FWD(obj, symTabInfo, field)
1508 // `allMemObj` was consumed during create & fill phase.
1509 F(valSymMap);
1510 F(objSymMap);
1511 F(returnSymMap);
1512 F(varargSymMap);
1513 F(modelConstants);
1514 F(totalSymNum);
1515 F(maxStruct);
1516 F(maxStSize);
1517#undef F
1518 ABORT_IFNOT(!obj, "Extra field " << JSON_KEY(obj) << " in SymbolTableInfo");
1519}
SymbolTableInfoReader symTableReader
const cJSON * getFieldJson() const

◆ setEdgeFlag()

template<typename T >
static void SVF::SVFIRReader::setEdgeFlag ( GenericEdge< T > *  edge,
typename GenericEdge< T >::GEdgeFlag  edgeFlag 
)
inlinestatic

Definition at line 1048 of file SVFFileSystem.h.

1050 {
1051 edge->edgeFlag = edgeFlag;
1052 }

◆ virtFill() [1/8]

void SVF::SVFIRReader::virtFill ( const cJSON *&  fieldJson,
CHEdge edge 
)
private

Definition at line 2081 of file SVFFileSystem.cpp.

2082{
2083 assert(edge->getEdgeKind() == 0 && "Unknown CHEdge kind");
2084 fill(fieldJson, static_cast<GenericCHEdgeTy*>(edge));
2085 // edgeType is a enum
2086 JSON_DEF_READ_FWD(fieldJson, unsigned, edgeType);
2087 if (edgeType == CHEdge::INHERITANCE)
2088 edge->edgeType = CHEdge::INHERITANCE;
2089 else if (edgeType == CHEdge::INSTANTCE)
2090 edge->edgeType = CHEdge::INSTANTCE;
2091 else
2092 ABORT_MSG("Unknown CHEdge type " << edgeType);
2093}
@ INHERITANCE
Definition CHG.h:87
@ INSTANTCE
Definition CHG.h:88
GenericEdge< CHNode > GenericCHEdgeTy
Definition CHG.h:78

◆ virtFill() [2/8]

void SVF::SVFIRReader::virtFill ( const cJSON *&  fieldJson,
CHNode node 
)
private

Definition at line 2071 of file SVFFileSystem.cpp.

2072{
2073 assert(node->getNodeKind() == 0 && "Unknown CHNode kind");
2074 fill(fieldJson, static_cast<GenericCHNodeTy*>(node));
2075 JSON_READ_FIELD_FWD(fieldJson, node, vtable);
2076 JSON_READ_FIELD_FWD(fieldJson, node, className);
2077 JSON_READ_FIELD_FWD(fieldJson, node, flags);
2078 JSON_READ_FIELD_FWD(fieldJson, node, virtualFunctionVectors);
2079}
GenericNode< CHNode, CHEdge > GenericCHNodeTy
Definition CHG.h:108

◆ virtFill() [3/8]

void SVF::SVFIRReader::virtFill ( const cJSON *&  fieldJson,
ICFGEdge node 
)
private

Definition at line 2019 of file SVFFileSystem.cpp.

2020{
2021 auto kind = edge->getEdgeKind();
2022 switch (kind)
2023 {
2024 default:
2025 ABORT_MSG("Unknown ICFGEdge kind " << kind);
2026 case ICFGEdge::IntraCF:
2027 return fill(fieldJson, static_cast<IntraCFGEdge*>(edge));
2028 case ICFGEdge::CallCF:
2029 return fill(fieldJson, static_cast<CallCFGEdge*>(edge));
2030 case ICFGEdge::RetCF:
2031 return fill(fieldJson, static_cast<RetCFGEdge*>(edge));
2032 }
2033}

◆ virtFill() [4/8]

void SVF::SVFIRReader::virtFill ( const cJSON *&  fieldJson,
ICFGNode node 
)
private

Definition at line 1947 of file SVFFileSystem.cpp.

1948{
1949 switch (node->getNodeKind())
1950 {
1951 default:
1952 ABORT_MSG("Unknown ICFGNode kind " << node->getNodeKind());
1953
1954#define CASE(NodeKind, NodeType) \
1955 case ICFGNode::NodeKind: \
1956 return fill(fieldJson, static_cast<NodeType*>(node))
1957
1958 CASE(IntraBlock, IntraICFGNode);
1959 CASE(FunEntryBlock, FunEntryICFGNode);
1960 CASE(FunExitBlock, FunExitICFGNode);
1961 CASE(FunCallBlock, CallICFGNode);
1962 CASE(FunRetBlock, RetICFGNode);
1963 CASE(GlobalBlock, GlobalICFGNode);
1964#undef CASE
1965 }
1966}

◆ virtFill() [5/8]

void SVF::SVFIRReader::virtFill ( const cJSON *&  fieldJson,
SVFStmt stmt 
)
private

Definition at line 1791 of file SVFFileSystem.cpp.

1792{
1793 auto kind = stmt->getEdgeKind();
1794
1795 switch (kind)
1796 {
1797 default:
1798 ABORT_MSG("Unknown SVFStmt kind " << kind);
1799
1800#define CASE(EdgeKind, EdgeType) \
1801 case SVFStmt::EdgeKind: \
1802 return fill(fieldJson, static_cast<EdgeType*>(stmt))
1803
1804 CASE(Addr, AddrStmt);
1805 CASE(Copy, CopyStmt);
1806 CASE(Store, StoreStmt);
1807 CASE(Load, LoadStmt);
1808 CASE(Call, CallPE);
1809 CASE(Ret, RetPE);
1810 CASE(Gep, GepStmt);
1811 CASE(Phi, PhiStmt);
1812 CASE(Select, SelectStmt);
1813 CASE(Cmp, CmpStmt);
1814 CASE(BinaryOp, BinaryOPStmt);
1815 CASE(UnaryOp, UnaryOPStmt);
1816 CASE(Branch, BranchStmt);
1817 CASE(ThreadFork, TDForkPE);
1818 CASE(ThreadJoin, TDJoinPE);
1819#undef CASE
1820 }
1821}

◆ virtFill() [6/8]

void SVF::SVFIRReader::virtFill ( const cJSON *&  fieldJson,
SVFType type 
)
private

Definition at line 2234 of file SVFFileSystem.cpp.

2235{
2236 auto kind = type->getKind();
2237
2238 switch (kind)
2239 {
2240 default:
2241 assert(false && "Impossible SVFType kind");
2242
2243#define CASE(Kind) \
2244 case SVFType::Kind: \
2245 return fill(fieldJson, SVFUtil::dyn_cast<Kind##pe>(type))
2246
2247 CASE(SVFTy);
2248 CASE(SVFPointerTy);
2249 CASE(SVFIntegerTy);
2250 CASE(SVFFunctionTy);
2251 CASE(SVFStructTy);
2252 CASE(SVFArrayTy);
2253 CASE(SVFOtherTy);
2254#undef CASE
2255 }
2256}

◆ virtFill() [7/8]

void SVF::SVFIRReader::virtFill ( const cJSON *&  fieldJson,
SVFValue value 
)
private

Definition at line 2095 of file SVFFileSystem.cpp.

2096{
2097 auto kind = value->getKind();
2098
2099 switch (kind)
2100 {
2101 default:
2102 ABORT_MSG("Impossible SVFValue kind " << kind);
2103
2104#define CASE(ValueKind, Type) \
2105 case SVFValue::ValueKind: \
2106 return fill(fieldJson, static_cast<Type*>(value))
2107
2108 CASE(SVFVal, SVFValue);
2109 CASE(SVFFunc, SVFFunction);
2110 CASE(SVFBB, SVFBasicBlock);
2111 CASE(SVFInst, SVFInstruction);
2112 CASE(SVFCall, SVFCallInst);
2113 CASE(SVFGlob, SVFGlobalValue);
2114 CASE(SVFArg, SVFArgument);
2115 CASE(SVFConst, SVFConstant);
2116 CASE(SVFConstData, SVFConstantData);
2117 CASE(SVFConstInt, SVFConstantInt);
2118 CASE(SVFConstFP, SVFConstantFP);
2119 CASE(SVFNullPtr, SVFConstantNullPtr);
2120 CASE(SVFBlackHole, SVFBlackHoleValue);
2121 CASE(SVFMetaAsValue, SVFMetadataAsValue);
2122 CASE(SVFOther, SVFOtherValue);
2123#undef CASE
2124 }
2125}

◆ virtFill() [8/8]

void SVF::SVFIRReader::virtFill ( const cJSON *&  fieldJson,
SVFVar var 
)
private

Definition at line 1709 of file SVFFileSystem.cpp.

1710{
1711 switch (var->getNodeKind())
1712 {
1713 default:
1714 assert(false && "Unknown SVFVar kind");
1715
1716#define CASE(VarKind, VarType) \
1717 case SVFVar::VarKind: \
1718 return fill(fieldJson, static_cast<VarType*>(var))
1719
1720 CASE(ValNode, ValVar);
1721 CASE(ObjNode, ObjVar);
1722 CASE(RetNode, RetPN);
1723 CASE(VarargNode, VarArgPN);
1724 CASE(GepValNode, GepValVar);
1725 CASE(GepObjNode, GepObjVar);
1726 CASE(BaseObjNode, BaseObjVar);
1727 CASE(DummyValNode, DummyValVar);
1728 CASE(DummyObjNode, DummyObjVar);
1729#undef CASE
1730 }
1731}

Member Data Documentation

◆ chGraphReader

CHGraphReader SVF::SVFIRReader::chGraphReader
private

Definition at line 1026 of file SVFFileSystem.h.

◆ icfgReader

ICFGReader SVF::SVFIRReader::icfgReader
private

Definition at line 1025 of file SVFFileSystem.h.

◆ irGraphReader

IRGraphReader SVF::SVFIRReader::irGraphReader
private

Definition at line 1027 of file SVFFileSystem.h.

◆ svfModuleReader

SVFModuleReader SVF::SVFIRReader::svfModuleReader
private

Definition at line 1023 of file SVFFileSystem.h.

◆ symTableReader

SymbolTableInfoReader SVF::SVFIRReader::symTableReader
private

Definition at line 1024 of file SVFFileSystem.h.


The documentation for this class was generated from the following files: