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

#include <SVFFileSystem.h>

Public Types

using autoJSON = std::unique_ptr< cJSON, decltype(&cJSON_Delete)>
 
using autoCStr = std::unique_ptr< char, decltype(&cJSON_free)>
 

Public Member Functions

 SVFIRWriter (const SVFIR *svfir)
 Constructor.
 

Static Public Member Functions

static void writeJsonToOstream (const SVFIR *svfir, std::ostream &os)
 
static void writeJsonToPath (const SVFIR *svfir, const std::string &path)
 

Private Member Functions

autoJSON generateJson ()
 Main logic to dump a SVFIR to a JSON object.
 
autoCStr generateJsonString ()
 
const charnumToStr (size_t n)
 
cJSONtoJson (const NodeIDAllocator *nodeIDAllocator)
 
cJSONtoJson (const SymbolTableInfo *symTable)
 
cJSONtoJson (const SVFModule *module)
 
cJSONtoJson (const SVFType *type)
 
cJSONtoJson (const SVFValue *value)
 
cJSONtoJson (const IRGraph *graph)
 
cJSONtoJson (const SVFVar *var)
 
cJSONtoJson (const SVFStmt *stmt)
 
cJSONtoJson (const ICFG *icfg)
 
cJSONtoJson (const ICFGNode *node)
 
cJSONtoJson (const ICFGEdge *edge)
 
cJSONtoJson (const CommonCHGraph *graph)
 
cJSONtoJson (const CHGraph *graph)
 
cJSONtoJson (const CHNode *node)
 
cJSONtoJson (const CHEdge *edge)
 
cJSONtoJson (const AccessPath &ap)
 
cJSONtoJson (const SVFLoop *loop)
 
cJSONtoJson (const ObjTypeInfo *objTypeInfo)
 
cJSONtoJson (const SVFLoopAndDomInfo *ldInfo)
 
cJSONtoJson (const StInfo *stInfo)
 
cJSONtoJson (unsigned long number)
 
cJSONtoJson (long long number)
 
cJSONtoJson (unsigned long long number)
 
template<typename NodeTy , typename EdgeTy >
cJSONgenericNodeToJson (const GenericNode< NodeTy, EdgeTy > *node)
 
template<typename NodeTy >
cJSONgenericEdgeToJson (const GenericEdge< NodeTy > *edge)
 
template<typename NodeTy , typename EdgeTy >
cJSONgenericGraphToJson (const GenericGraph< NodeTy, EdgeTy > *graph, const std::vector< const EdgeTy * > &edgePool)
 
template<typename T , typename U >
cJSONtoJson (const std::pair< T, U > &pair)
 
template<typename T , typename = std::enable_if_t<SVFUtil::is_iterable_v<T>>>
cJSONtoJson (const T &container)
 
template<typename T >
bool jsonAddJsonableToObject (cJSON *obj, const char *name, const T &item)
 
template<typename T >
bool jsonAddContentToObject (cJSON *obj, const char *name, const T &item)
 
cJSONvirtToJson (const SVFType *type)
 Parameter types of these functions are all pointers. When they are used as arguments of toJson(), they will be dumped as an index. contentToJson() will dump the actual content.
 
cJSONvirtToJson (const SVFValue *value)
 
cJSONvirtToJson (const SVFVar *var)
 
cJSONvirtToJson (const SVFStmt *stmt)
 
cJSONvirtToJson (const ICFGNode *node)
 
cJSONvirtToJson (const ICFGEdge *edge)
 
cJSONvirtToJson (const CHNode *node)
 
cJSONvirtToJson (const CHEdge *edge)
 
cJSONcontentToJson (const SVFVar *var)
 
cJSONcontentToJson (const ValVar *var)
 
cJSONcontentToJson (const ObjVar *var)
 
cJSONcontentToJson (const GepValVar *var)
 
cJSONcontentToJson (const GepObjVar *var)
 
cJSONcontentToJson (const BaseObjVar *var)
 
cJSONcontentToJson (const RetPN *var)
 
cJSONcontentToJson (const VarArgPN *var)
 
cJSONcontentToJson (const DummyValVar *var)
 
cJSONcontentToJson (const DummyObjVar *var)
 
cJSONcontentToJson (const SVFStmt *edge)
 
cJSONcontentToJson (const AssignStmt *edge)
 
cJSONcontentToJson (const AddrStmt *edge)
 
cJSONcontentToJson (const CopyStmt *edge)
 
cJSONcontentToJson (const StoreStmt *edge)
 
cJSONcontentToJson (const LoadStmt *edge)
 
cJSONcontentToJson (const GepStmt *edge)
 
cJSONcontentToJson (const CallPE *edge)
 
cJSONcontentToJson (const RetPE *edge)
 
cJSONcontentToJson (const MultiOpndStmt *edge)
 
cJSONcontentToJson (const PhiStmt *edge)
 
cJSONcontentToJson (const SelectStmt *edge)
 
cJSONcontentToJson (const CmpStmt *edge)
 
cJSONcontentToJson (const BinaryOPStmt *edge)
 
cJSONcontentToJson (const UnaryOPStmt *edge)
 
cJSONcontentToJson (const BranchStmt *edge)
 
cJSONcontentToJson (const TDForkPE *edge)
 
cJSONcontentToJson (const TDJoinPE *edge)
 
cJSONcontentToJson (const ICFGNode *node)
 
cJSONcontentToJson (const GlobalICFGNode *node)
 
cJSONcontentToJson (const IntraICFGNode *node)
 
cJSONcontentToJson (const InterICFGNode *node)
 
cJSONcontentToJson (const FunEntryICFGNode *node)
 
cJSONcontentToJson (const FunExitICFGNode *node)
 
cJSONcontentToJson (const CallICFGNode *node)
 
cJSONcontentToJson (const RetICFGNode *node)
 
cJSONcontentToJson (const ICFGEdge *edge)
 
cJSONcontentToJson (const IntraCFGEdge *edge)
 
cJSONcontentToJson (const CallCFGEdge *edge)
 
cJSONcontentToJson (const RetCFGEdge *edge)
 
cJSONcontentToJson (const CHNode *node)
 
cJSONcontentToJson (const CHEdge *edge)
 
cJSONcontentToJson (const SVFType *type)
 
cJSONcontentToJson (const SVFPointerType *type)
 
cJSONcontentToJson (const SVFIntegerType *type)
 
cJSONcontentToJson (const SVFFunctionType *type)
 
cJSONcontentToJson (const SVFStructType *type)
 
cJSONcontentToJson (const SVFArrayType *type)
 
cJSONcontentToJson (const SVFOtherType *type)
 
cJSONcontentToJson (const SVFValue *value)
 
cJSONcontentToJson (const SVFFunction *value)
 
cJSONcontentToJson (const SVFBasicBlock *value)
 
cJSONcontentToJson (const SVFInstruction *value)
 
cJSONcontentToJson (const SVFCallInst *value)
 
cJSONcontentToJson (const SVFConstant *value)
 
cJSONcontentToJson (const SVFGlobalValue *value)
 
cJSONcontentToJson (const SVFArgument *value)
 
cJSONcontentToJson (const SVFConstantData *value)
 
cJSONcontentToJson (const SVFConstantInt *value)
 
cJSONcontentToJson (const SVFConstantFP *value)
 
cJSONcontentToJson (const SVFConstantNullPtr *value)
 
cJSONcontentToJson (const SVFBlackHoleValue *value)
 
cJSONcontentToJson (const SVFOtherValue *value)
 
cJSONcontentToJson (const SVFMetadataAsValue *value)
 
cJSONcontentToJson (const SVFLoop *loop)
 
cJSONcontentToJson (const StInfo *stInfo)
 

Static Private Member Functions

static cJSONtoJson (bool flag)
 
static cJSONtoJson (unsigned number)
 
static cJSONtoJson (int number)
 
static cJSONtoJson (float number)
 
static cJSONtoJson (const std::string &str)
 

Private Attributes

const SVFIRsvfIR
 
SVFModuleWriter svfModuleWriter
 
ICFGWriter icfgWriter
 
CHGraphWriter chgWriter
 
IRGraphWriter irGraphWriter
 
OrderedMap< size_t, std::string > numToStrMap
 

Detailed Description

Definition at line 376 of file SVFFileSystem.h.

Member Typedef Documentation

◆ autoCStr

Definition at line 390 of file SVFFileSystem.h.

◆ autoJSON

Definition at line 389 of file SVFFileSystem.h.

Constructor & Destructor Documentation

◆ SVFIRWriter()

SVF::SVFIRWriter::SVFIRWriter ( const SVFIR svfir)

Constructor.

Definition at line 943 of file SVFFileSystem.cpp.

944 : svfIR(svfir), svfModuleWriter(svfir->svfModule), icfgWriter(svfir->icfg),
945 chgWriter(SVFUtil::dyn_cast<CHGraph>(svfir->chgraph)),
946 irGraphWriter(svfir)
947{
948}
const SVFIR * svfIR
IRGraphWriter irGraphWriter
SVFModuleWriter svfModuleWriter
CHGraphWriter chgWriter
ICFGWriter icfgWriter

Member Function Documentation

◆ contentToJson() [1/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const AddrStmt edge)
private

Definition at line 639 of file SVFFileSystem.cpp.

640{
641 return contentToJson(static_cast<const AssignStmt*>(edge));
642}
cJSON * contentToJson(const SVFVar *var)
llvm::IRBuilder IRBuilder
Definition BasicTypes.h:74

◆ contentToJson() [2/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const AssignStmt edge)
private

Definition at line 634 of file SVFFileSystem.cpp.

635{
636 return contentToJson(static_cast<const SVFStmt*>(edge));
637}

◆ contentToJson() [3/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const BaseObjVar var)
private

Definition at line 313 of file SVFFileSystem.cpp.

314{
315 return contentToJson(static_cast<const ObjVar*>(var));
316}

◆ contentToJson() [4/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const BinaryOPStmt edge)
private

Definition at line 713 of file SVFFileSystem.cpp.

714{
715 cJSON* root = contentToJson(static_cast<const MultiOpndStmt*>(edge));
716 JSON_WRITE_FIELD(root, edge, opcode);
717 return root;
718}
#define JSON_WRITE_FIELD(root, objptr, field)
Definition cJSON.h:104

◆ contentToJson() [5/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const BranchStmt edge)
private

Definition at line 727 of file SVFFileSystem.cpp.

728{
729 cJSON* root = contentToJson(static_cast<const SVFStmt*>(edge));
730 JSON_WRITE_FIELD(root, edge, successors);
731 JSON_WRITE_FIELD(root, edge, cond);
732 JSON_WRITE_FIELD(root, edge, brInst);
733 return root;
734}

◆ contentToJson() [6/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const CallCFGEdge edge)
private

Definition at line 409 of file SVFFileSystem.cpp.

410{
411 cJSON* root = contentToJson(static_cast<const ICFGEdge*>(edge));
412 JSON_WRITE_FIELD(root, edge, callPEs);
413 return root;
414}

◆ contentToJson() [7/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const CallICFGNode node)
private

Definition at line 380 of file SVFFileSystem.cpp.

381{
382 cJSON* root = contentToJson(static_cast<const ICFGNode*>(node));
383 JSON_WRITE_FIELD(root, node, ret);
384 JSON_WRITE_FIELD(root, node, APNodes);
385 return root;
386}

◆ contentToJson() [8/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const CallPE edge)
private

Definition at line 669 of file SVFFileSystem.cpp.

670{
671 cJSON* root = contentToJson(static_cast<const AssignStmt*>(edge));
672 JSON_WRITE_FIELD(root, edge, call);
673 JSON_WRITE_FIELD(root, edge, entry);
674 return root;
675}

◆ contentToJson() [9/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const CHEdge edge)
private

Definition at line 433 of file SVFFileSystem.cpp.

434{
436 JSON_WRITE_FIELD(root, edge, edgeType);
437 return root;
438}
cJSON * genericEdgeToJson(const GenericEdge< NodeTy > *edge)

◆ contentToJson() [10/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const CHNode node)
private

Definition at line 423 of file SVFFileSystem.cpp.

424{
425 cJSON* root = genericNodeToJson(node);
426 JSON_WRITE_FIELD(root, node, vtable);
427 JSON_WRITE_FIELD(root, node, className);
428 JSON_WRITE_FIELD(root, node, flags);
429 JSON_WRITE_FIELD(root, node, virtualFunctionVectors);
430 return root;
431}
cJSON * genericNodeToJson(const GenericNode< NodeTy, EdgeTy > *node)

◆ contentToJson() [11/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const CmpStmt edge)
private

Definition at line 706 of file SVFFileSystem.cpp.

707{
708 cJSON* root = contentToJson(static_cast<const MultiOpndStmt*>(edge));
709 JSON_WRITE_FIELD(root, edge, predicate);
710 return root;
711}

◆ contentToJson() [12/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const CopyStmt edge)
private

Definition at line 644 of file SVFFileSystem.cpp.

645{
646 cJSON* root = contentToJson(static_cast<const AssignStmt*>(edge));
647 JSON_WRITE_FIELD(root, edge, copyKind);
648 return root;
649}

◆ contentToJson() [13/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const DummyObjVar var)
private

Definition at line 333 of file SVFFileSystem.cpp.

334{
335 return contentToJson(static_cast<const ObjVar*>(var));
336}

◆ contentToJson() [14/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const DummyValVar var)
private

Definition at line 328 of file SVFFileSystem.cpp.

329{
330 return contentToJson(static_cast<const ValVar*>(var));
331}

◆ contentToJson() [15/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const FunEntryICFGNode node)
private

Definition at line 366 of file SVFFileSystem.cpp.

367{
368 cJSON* root = contentToJson(static_cast<const ICFGNode*>(node));
369 JSON_WRITE_FIELD(root, node, FPNodes);
370 return root;
371}

◆ contentToJson() [16/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const FunExitICFGNode node)
private

Definition at line 373 of file SVFFileSystem.cpp.

374{
375 cJSON* root = contentToJson(static_cast<const ICFGNode*>(node));
376 JSON_WRITE_FIELD(root, node, formalRet);
377 return root;
378}

◆ contentToJson() [17/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const GepObjVar var)
private

Definition at line 305 of file SVFFileSystem.cpp.

306{
307 cJSON* root = contentToJson(static_cast<const ObjVar*>(var));
308 JSON_WRITE_FIELD(root, var, apOffset);
309 JSON_WRITE_FIELD(root, var, base);
310 return root;
311}

◆ contentToJson() [18/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const GepStmt edge)
private

Definition at line 661 of file SVFFileSystem.cpp.

662{
663 cJSON* root = contentToJson(static_cast<const AssignStmt*>(edge));
664 JSON_WRITE_FIELD(root, edge, ap);
665 JSON_WRITE_FIELD(root, edge, variantField);
666 return root;
667}

◆ contentToJson() [19/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const GepValVar var)
private

Definition at line 297 of file SVFFileSystem.cpp.

298{
299 cJSON* root = contentToJson(static_cast<const ValVar*>(var));
300 JSON_WRITE_FIELD(root, var, ap);
301 JSON_WRITE_FIELD(root, var, gepValType);
302 return root;
303}

◆ contentToJson() [20/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const GlobalICFGNode node)
private

Definition at line 349 of file SVFFileSystem.cpp.

350{
351 return contentToJson(static_cast<const ICFGNode*>(node));
352}

◆ contentToJson() [21/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const ICFGEdge edge)
private

Definition at line 396 of file SVFFileSystem.cpp.

397{
398 return genericEdgeToJson(edge);
399}

◆ contentToJson() [22/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const ICFGNode node)
private

Definition at line 338 of file SVFFileSystem.cpp.

339{
340 cJSON* root = genericNodeToJson(node);
341 JSON_WRITE_FIELD(root, node, fun);
342 JSON_WRITE_FIELD(root, node, bb);
343 // TODO: Ensure this?
344 assert(node->VFGNodes.empty() && "VFGNodes list not empty?");
345 JSON_WRITE_FIELD(root, node, pagEdges);
346 return root;
347}

◆ contentToJson() [23/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const InterICFGNode node)
private

Definition at line 361 of file SVFFileSystem.cpp.

362{
363 return contentToJson(static_cast<const ICFGNode*>(node));
364}

◆ contentToJson() [24/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const IntraCFGEdge edge)
private

Definition at line 401 of file SVFFileSystem.cpp.

402{
403 cJSON* root = contentToJson(static_cast<const ICFGEdge*>(edge));
404 JSON_WRITE_FIELD(root, edge, conditionVar);
405 JSON_WRITE_FIELD(root, edge, branchCondVal);
406 return root;
407}

◆ contentToJson() [25/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const IntraICFGNode node)
private

Definition at line 354 of file SVFFileSystem.cpp.

355{
356 cJSON* root = contentToJson(static_cast<const ICFGNode*>(node));
357 JSON_WRITE_FIELD(root, node, isRet);
358 return root;
359}

◆ contentToJson() [26/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const LoadStmt edge)
private

Definition at line 656 of file SVFFileSystem.cpp.

657{
658 return contentToJson(static_cast<const AssignStmt*>(edge));
659}

◆ contentToJson() [27/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const MultiOpndStmt edge)
private

Definition at line 685 of file SVFFileSystem.cpp.

686{
687 cJSON* root = contentToJson(static_cast<const SVFStmt*>(edge));
688 JSON_WRITE_FIELD(root, edge, opVars);
689 return root;
690}

◆ contentToJson() [28/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const ObjVar var)
private

Definition at line 291 of file SVFFileSystem.cpp.

292{
293 cJSON* root = contentToJson(static_cast<const SVFVar*>(var));
294 return root;
295}

◆ contentToJson() [29/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const PhiStmt edge)
private

Definition at line 692 of file SVFFileSystem.cpp.

693{
694 cJSON* root = contentToJson(static_cast<const MultiOpndStmt*>(edge));
695 JSON_WRITE_FIELD(root, edge, opICFGNodes);
696 return root;
697}

◆ contentToJson() [30/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const RetCFGEdge edge)
private

Definition at line 416 of file SVFFileSystem.cpp.

417{
418 cJSON* root = contentToJson(static_cast<const ICFGEdge*>(edge));
419 JSON_WRITE_FIELD(root, edge, retPE);
420 return root;
421}

◆ contentToJson() [31/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const RetICFGNode node)
private

Definition at line 388 of file SVFFileSystem.cpp.

389{
390 cJSON* root = contentToJson(static_cast<const ICFGNode*>(node));
391 JSON_WRITE_FIELD(root, node, actualRet);
392 JSON_WRITE_FIELD(root, node, callBlockNode);
393 return root;
394}

◆ contentToJson() [32/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const RetPE edge)
private

Definition at line 677 of file SVFFileSystem.cpp.

678{
679 cJSON* root = contentToJson(static_cast<const AssignStmt*>(edge));
680 JSON_WRITE_FIELD(root, edge, call);
681 JSON_WRITE_FIELD(root, edge, exit);
682 return root;
683}

◆ contentToJson() [33/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const RetPN var)
private

Definition at line 318 of file SVFFileSystem.cpp.

319{
320 return contentToJson(static_cast<const ValVar*>(var));
321}

◆ contentToJson() [34/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SelectStmt edge)
private

Definition at line 699 of file SVFFileSystem.cpp.

700{
701 cJSON* root = contentToJson(static_cast<const MultiOpndStmt*>(edge));
702 JSON_WRITE_FIELD(root, edge, condition);
703 return root;
704}

◆ contentToJson() [35/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const StInfo stInfo)
private

Definition at line 1136 of file SVFFileSystem.cpp.

1137{
1138 cJSON* root = jsonCreateObject();
1139#define F(field) JSON_WRITE_FIELD(root, stInfo, field)
1140 F(stride);
1141 F(numOfFlattenElements);
1142 F(numOfFlattenFields);
1143 F(fldIdxVec);
1144 F(elemIdxVec);
1145 F(fldIdx2TypeMap);
1146 F(finfo);
1147 F(flattenElementTypes);
1148#undef F
1149 return root;
1150}
#define F(f)
cJSON * jsonCreateObject()

◆ contentToJson() [36/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const StoreStmt edge)
private

Definition at line 651 of file SVFFileSystem.cpp.

652{
653 return contentToJson(static_cast<const AssignStmt*>(edge));
654}

◆ contentToJson() [37/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFArgument value)
private

Definition at line 561 of file SVFFileSystem.cpp.

562{
563 cJSON* root = contentToJson(static_cast<const SVFValue*>(value));
564 JSON_WRITE_FIELD(root, value, fun);
565 JSON_WRITE_FIELD(root, value, argNo);
566 JSON_WRITE_FIELD(root, value, uncalled);
567 return root;
568}

◆ contentToJson() [38/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFArrayType type)
private

Definition at line 476 of file SVFFileSystem.cpp.

477{
478 cJSON* root = contentToJson(static_cast<const SVFType*>(type));
479 JSON_WRITE_FIELD(root, type, numOfElement);
480 JSON_WRITE_FIELD(root, type, typeOfElement);
481 return root;
482}
newitem type
Definition cJSON.cpp:2739

◆ contentToJson() [39/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFBasicBlock value)
private

Definition at line 522 of file SVFFileSystem.cpp.

523{
524 cJSON* root = contentToJson(static_cast<const SVFValue*>(value));
525 JSON_WRITE_FIELD(root, value, succBBs);
526 JSON_WRITE_FIELD(root, value, predBBs);
527 JSON_WRITE_FIELD(root, value, fun);
528 return root;
529}

◆ contentToJson() [40/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFBlackHoleValue value)
private

Definition at line 595 of file SVFFileSystem.cpp.

596{
597 return contentToJson(static_cast<const SVFConstantData*>(value));
598}

◆ contentToJson() [41/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFCallInst value)
private

Definition at line 540 of file SVFFileSystem.cpp.

541{
542 cJSON* root = contentToJson(static_cast<const SVFInstruction*>(value));
543 JSON_WRITE_FIELD(root, value, args);
544 JSON_WRITE_FIELD(root, value, varArg);
545 JSON_WRITE_FIELD(root, value, calledVal);
546 return root;
547}

◆ contentToJson() [42/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFConstant value)
private

Definition at line 549 of file SVFFileSystem.cpp.

550{
551 return contentToJson(static_cast<const SVFValue*>(value));
552}

◆ contentToJson() [43/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFConstantData value)
private

Definition at line 570 of file SVFFileSystem.cpp.

571{
572 return contentToJson(static_cast<const SVFConstant*>(value));
573}

◆ contentToJson() [44/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFConstantFP value)
private

Definition at line 583 of file SVFFileSystem.cpp.

584{
585 cJSON* root = contentToJson(static_cast<const SVFConstantData*>(value));
586 JSON_WRITE_FIELD(root, value, dval);
587 return root;
588}

◆ contentToJson() [45/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFConstantInt value)
private

Definition at line 575 of file SVFFileSystem.cpp.

576{
577 cJSON* root = contentToJson(static_cast<const SVFConstantData*>(value));
578 JSON_WRITE_FIELD(root, value, zval);
579 JSON_WRITE_FIELD(root, value, sval);
580 return root;
581}

◆ contentToJson() [46/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFConstantNullPtr value)
private

Definition at line 590 of file SVFFileSystem.cpp.

591{
592 return contentToJson(static_cast<const SVFConstantData*>(value));
593}

◆ contentToJson() [47/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFFunction value)
private

Definition at line 503 of file SVFFileSystem.cpp.

504{
505 cJSON* root = contentToJson(static_cast<const SVFValue*>(value));
506#define F(f) JSON_WRITE_FIELD(root, value, f);
507 F(isDecl);
508 F(intrinsic);
509 F(addrTaken);
510 F(isUncalled);
511 F(isNotRet);
512 F(varArg);
513 F(funcType);
514 F(loopAndDom);
515 F(realDefFun);
516 F(allBBs);
517 F(allArgs);
518#undef F
519 return root;
520}

◆ contentToJson() [48/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFFunctionType type)
private

Definition at line 462 of file SVFFileSystem.cpp.

463{
464 cJSON* root = contentToJson(static_cast<const SVFType*>(type));
465 JSON_WRITE_FIELD(root, type, retTy);
466 return root;
467}

◆ contentToJson() [49/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFGlobalValue value)
private

Definition at line 554 of file SVFFileSystem.cpp.

555{
556 cJSON* root = contentToJson(static_cast<const SVFConstant*>(value));
557 JSON_WRITE_FIELD(root, value, realDefGlobal);
558 return root;
559}

◆ contentToJson() [50/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFInstruction value)
private

Definition at line 531 of file SVFFileSystem.cpp.

532{
533 cJSON* root = contentToJson(static_cast<const SVFValue*>(value));
534 JSON_WRITE_FIELD(root, value, bb);
535 JSON_WRITE_FIELD(root, value, terminator);
536 JSON_WRITE_FIELD(root, value, ret);
537 return root;
538}

◆ contentToJson() [51/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFIntegerType type)
private

Definition at line 455 of file SVFFileSystem.cpp.

456{
457 cJSON* root = contentToJson(static_cast<const SVFType*>(type));
458 JSON_WRITE_FIELD(root, type, signAndWidth);
459 return root;
460}

◆ contentToJson() [52/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFLoop loop)
private

Definition at line 620 of file SVFFileSystem.cpp.

621{
622 cJSON* root = jsonCreateObject();
623#define F(field) JSON_WRITE_FIELD(root, loop, field)
624 F(entryICFGEdges);
625 F(backICFGEdges);
626 F(inICFGEdges);
627 F(outICFGEdges);
628 F(icfgNodes);
629 F(loopBound);
630#undef F
631 return root;
632}

◆ contentToJson() [53/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFMetadataAsValue value)
private

Definition at line 605 of file SVFFileSystem.cpp.

606{
607 return contentToJson(static_cast<const SVFOtherValue*>(value));
608}

◆ contentToJson() [54/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFOtherType type)
private

Definition at line 484 of file SVFFileSystem.cpp.

485{
486 cJSON* root = contentToJson(static_cast<const SVFType*>(type));
487 JSON_WRITE_FIELD(root, type, repr);
488 return root;
489}

◆ contentToJson() [55/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFOtherValue value)
private

Definition at line 600 of file SVFFileSystem.cpp.

601{
602 return contentToJson(static_cast<const SVFValue*>(value));
603}

◆ contentToJson() [56/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFPointerType type)
private

Definition at line 449 of file SVFFileSystem.cpp.

450{
451 cJSON* root = contentToJson(static_cast<const SVFType*>(type));
452 return root;
453}

◆ contentToJson() [57/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFStmt edge)
private

Definition at line 610 of file SVFFileSystem.cpp.

611{
613 JSON_WRITE_FIELD(root, edge, value);
614 JSON_WRITE_FIELD(root, edge, basicBlock);
615 JSON_WRITE_FIELD(root, edge, icfgNode);
616 JSON_WRITE_FIELD(root, edge, edgeId);
617 return root;
618}

◆ contentToJson() [58/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFStructType type)
private

Definition at line 469 of file SVFFileSystem.cpp.

470{
471 cJSON* root = contentToJson(static_cast<const SVFType*>(type));
472 JSON_WRITE_FIELD(root, type, name);
473 return root;
474}
const char *const name
Definition cJSON.h:264

◆ contentToJson() [59/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFType type)
private

Definition at line 440 of file SVFFileSystem.cpp.

441{
442 cJSON* root = jsonCreateObject();
443 JSON_WRITE_FIELD(root, type, kind);
444 JSON_WRITE_FIELD(root, type, isSingleValTy);
445 JSON_WRITE_FIELD(root, type, typeinfo);
446 return root;
447}

◆ contentToJson() [60/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFValue value)
private

Definition at line 491 of file SVFFileSystem.cpp.

492{
493 cJSON* root = jsonCreateObject();
494 JSON_WRITE_FIELD(root, value, kind);
495 JSON_WRITE_FIELD(root, value, type);
496 JSON_WRITE_FIELD(root, value, name);
497 JSON_WRITE_FIELD(root, value, ptrInUncalledFun);
498 JSON_WRITE_FIELD(root, value, constDataOrAggData);
499 JSON_WRITE_FIELD(root, value, sourceLoc);
500 return root;
501}

◆ contentToJson() [61/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const SVFVar var)
private

Definition at line 276 of file SVFFileSystem.cpp.

277{
278 cJSON* root = genericNodeToJson(var);
279 JSON_WRITE_FIELD(root, var, value);
280 JSON_WRITE_FIELD(root, var, InEdgeKindToSetMap);
281 JSON_WRITE_FIELD(root, var, OutEdgeKindToSetMap);
282 JSON_WRITE_FIELD(root, var, isPtr);
283 return root;
284}

◆ contentToJson() [62/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const TDForkPE edge)
private

Definition at line 736 of file SVFFileSystem.cpp.

737{
738 return contentToJson(static_cast<const CallPE*>(edge));
739}

◆ contentToJson() [63/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const TDJoinPE edge)
private

Definition at line 741 of file SVFFileSystem.cpp.

742{
743 return contentToJson(static_cast<const RetPE*>(edge));
744}

◆ contentToJson() [64/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const UnaryOPStmt edge)
private

Definition at line 720 of file SVFFileSystem.cpp.

721{
722 cJSON* root = contentToJson(static_cast<const SVFStmt*>(edge));
723 JSON_WRITE_FIELD(root, edge, opcode);
724 return root;
725}

◆ contentToJson() [65/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const ValVar var)
private

Definition at line 286 of file SVFFileSystem.cpp.

287{
288 return contentToJson(static_cast<const SVFVar*>(var));
289}

◆ contentToJson() [66/66]

cJSON * SVF::SVFIRWriter::contentToJson ( const VarArgPN var)
private

Definition at line 323 of file SVFFileSystem.cpp.

324{
325 return contentToJson(static_cast<const ValVar*>(var));
326}

◆ generateJson()

SVFIRWriter::autoJSON SVF::SVFIRWriter::generateJson ( )
private

Main logic to dump a SVFIR to a JSON object.

Definition at line 989 of file SVFFileSystem.cpp.

990{
991 const IRGraph* const irGraph = svfIR;
993 assert(nodeIDAllocator && "NodeIDAllocator is not initialized?");
994
995 cJSON* root = jsonCreateObject();
996#define F(field) JSON_WRITE_FIELD(root, svfIR, field)
997 F(svfModule);
998 F(symInfo);
999 F(icfg);
1000 F(chgraph);
1002 F(icfgNode2SVFStmtsMap);
1003 F(icfgNode2PTASVFStmtsMap);
1004 F(GepValObjMap);
1005 F(typeLocSetsMap);
1006 F(GepObjVarMap);
1007 F(memToFieldsMap);
1008 F(globSVFStmtSet);
1009 F(phiNodeMap);
1010 F(funArgsListMap);
1011 F(callSiteArgsListMap);
1012 F(callSiteRetMap);
1013 F(funRetMap);
1014 F(indCallSiteToFunPtrMap);
1015 F(funPtrToCallSitesMap);
1016 F(candidatePointers);
1017 F(callSiteSet);
1019#undef F
1020
1021 return {root, cJSON_Delete};
1022}
#define FIELD_NAME_ITEM(field)
cJSON_Delete(null)
static NodeIDAllocator * allocator
Single allocator.
bool jsonAddJsonableToObject(cJSON *obj, const char *name, const T &item)

◆ generateJsonString()

SVFIRWriter::autoCStr SVF::SVFIRWriter::generateJsonString ( )
private

Definition at line 981 of file SVFFileSystem.cpp.

982{
983 autoJSON object = generateJson();
984 char* str = humanReadableOption() ? cJSON_Print(object.get())
985 : cJSON_PrintUnformatted(object.get());
986 return {str, cJSON_free};
987}
static const Option< bool > humanReadableOption("human-readable", "Whether to output human-readable JSON", true)
std::unique_ptr< cJSON, decltype(&cJSON_Delete)> autoJSON
autoJSON generateJson()
Main logic to dump a SVFIR to a JSON object.

◆ genericEdgeToJson()

template<typename NodeTy >
cJSON * SVF::SVFIRWriter::genericEdgeToJson ( const GenericEdge< NodeTy > *  edge)
inlineprivate

Definition at line 543 of file SVFFileSystem.h.

544 {
545 cJSON* root = jsonCreateObject();
546 JSON_WRITE_FIELD(root, edge, edgeFlag);
547 JSON_WRITE_FIELD(root, edge, src);
548 JSON_WRITE_FIELD(root, edge, dst);
549 return root;
550 }

◆ genericGraphToJson()

cJSON * SVF::SVFIRWriter::genericGraphToJson ( const GenericGraph< NodeTy, EdgeTy > *  graph,
const std::vector< const EdgeTy * > &  edgePool 
)
inlineprivate

Definition at line 553 of file SVFFileSystem.h.

555 {
556 cJSON* root = jsonCreateObject();
557
559 for (const auto& pair : graph->IDToNodeMap)
560 {
561 NodeTy* node = pair.second;
562 cJSON* jsonNode = virtToJson(node);
564 }
565
567 for (const EdgeTy* edge : edgePool)
568 {
571 }
572
573 JSON_WRITE_FIELD(root, graph, nodeNum);
575 JSON_WRITE_FIELD(root, graph, edgeNum);
577
578 return root;
579 }
cJSON * virtToJson(const SVFType *type)
Parameter types of these functions are all pointers. When they are used as arguments of toJson(),...
bool jsonAddItemToArray(cJSON *array, cJSON *item)
bool jsonAddItemToObject(cJSON *obj, const char *name, cJSON *item)
cJSON * jsonCreateArray()

◆ genericNodeToJson()

cJSON * SVF::SVFIRWriter::genericNodeToJson ( const GenericNode< NodeTy, EdgeTy > *  node)
inlineprivate

Definition at line 532 of file SVFFileSystem.h.

533 {
534 cJSON* root = jsonCreateObject();
535 JSON_WRITE_FIELD(root, node, id);
536 JSON_WRITE_FIELD(root, node, nodeKind);
537 JSON_WRITE_FIELD(root, node, InEdges);
538 JSON_WRITE_FIELD(root, node, OutEdges);
539 return root;
540 }

◆ jsonAddContentToObject()

template<typename T >
bool SVF::SVFIRWriter::jsonAddContentToObject ( cJSON obj,
const char name,
const T item 
)
inlineprivate

Definition at line 636 of file SVFFileSystem.h.

637 {
640 }
cJSON * item
Definition cJSON.h:222

◆ jsonAddJsonableToObject()

template<typename T >
bool SVF::SVFIRWriter::jsonAddJsonableToObject ( cJSON obj,
const char name,
const T item 
)
inlineprivate

Definition at line 629 of file SVFFileSystem.h.

630 {
633 }
cJSON * toJson(const NodeIDAllocator *nodeIDAllocator)

◆ numToStr()

const char * SVF::SVFIRWriter::numToStr ( size_t  n)
private

Definition at line 971 of file SVFFileSystem.cpp.

972{
973 auto it = numToStrMap.find(n);
974 if (it != numToStrMap.end() && !(numToStrMap.key_comp()(n, it->first)))
975 {
976 return it->second.c_str();
977 }
978 return numToStrMap.emplace_hint(it, n, std::to_string(n))->second.c_str();
979}
cJSON * n
Definition cJSON.cpp:2558
OrderedMap< size_t, std::string > numToStrMap

◆ toJson() [1/30]

cJSON * SVF::SVFIRWriter::toJson ( bool  flag)
staticprivate

Definition at line 59 of file SVFFileSystem.cpp.

60{
61 return jsonCreateBool(flag);
62}
cJSON * jsonCreateBool(bool flag)

◆ toJson() [2/30]

cJSON * SVF::SVFIRWriter::toJson ( const AccessPath ap)
private

Definition at line 1184 of file SVFFileSystem.cpp.

1185{
1186 cJSON* root = jsonCreateObject();
1187 JSON_WRITE_FIELD(root, &ap, fldIdx);
1188 JSON_WRITE_FIELD(root, &ap, idxOperandPairs);
1189 return root;
1190}

◆ toJson() [3/30]

cJSON * SVF::SVFIRWriter::toJson ( const CHEdge edge)
private

Definition at line 1126 of file SVFFileSystem.cpp.

1127{
1129}
size_t getEdgeID(const EdgeType *edge)
cJSON * jsonCreateIndex(size_t index)

◆ toJson() [4/30]

cJSON * SVF::SVFIRWriter::toJson ( const CHGraph graph)
private

Definition at line 1100 of file SVFFileSystem.cpp.

1101{
1103#define F(field) JSON_WRITE_FIELD(root, graph, field)
1104 // TODO: Ensure svfMod is the same as the SVFIR's?
1105 F(classNum);
1106 F(vfID);
1107 // F(buildingCHGTime); No need
1108 F(classNameToNodeMap);
1109 F(classNameToDescendantsMap);
1110 F(classNameToAncestorsMap);
1111 F(classNameToInstAndDescsMap);
1112 F(templateNameToInstancesMap);
1113 F(callNodeToClassesMap);
1114 F(virtualFunctionToIDMap);
1115 F(callNodeToCHAVtblsMap);
1116 F(callNodeToCHAVFnsMap);
1117#undef F
1118 return root;
1119}
WriterPtrPool< EdgeType > edgePool
cJSON * genericGraphToJson(const GenericGraph< NodeTy, EdgeTy > *graph, const std::vector< const EdgeTy * > &edgePool)
const std::vector< const T * > & getPool() const

◆ toJson() [5/30]

cJSON * SVF::SVFIRWriter::toJson ( const CHNode node)
private

Definition at line 1121 of file SVFFileSystem.cpp.

1122{
1123 return jsonCreateIndex(node->getId());
1124}

◆ toJson() [6/30]

cJSON * SVF::SVFIRWriter::toJson ( const CommonCHGraph graph)
private

Definition at line 1093 of file SVFFileSystem.cpp.

1094{
1095 auto chg = SVFUtil::dyn_cast<CHGraph>(graph);
1096 assert(chg && "Unsupported CHGraph type!");
1097 return toJson(chg);
1098}

◆ toJson() [7/30]

cJSON * SVF::SVFIRWriter::toJson ( const ICFG icfg)
private

Definition at line 1060 of file SVFFileSystem.cpp.

1061{
1062 cJSON* allSvfLoop = jsonCreateArray(); // all indices seen in constructor
1063 for (const SVFLoop* svfLoop : icfgWriter.svfLoopPool)
1064 {
1067 }
1068
1069#define F(field) JSON_WRITE_FIELD(root, icfg, field)
1071 jsonAddItemToObject(root, FIELD_NAME_ITEM(allSvfLoop)); // Meta field
1072 F(totalICFGNode);
1073 F(FunToFunEntryNodeMap);
1074 F(FunToFunExitNodeMap);
1075 F(globalBlockNode);
1076 F(icfgNodeToSVFLoopVec);
1077#undef F
1078 return root;
1079}

◆ toJson() [8/30]

cJSON * SVF::SVFIRWriter::toJson ( const ICFGEdge edge)
private

Definition at line 1087 of file SVFFileSystem.cpp.

1088{
1089 assert(edge && "ICFGNode is null!");
1091}

◆ toJson() [9/30]

cJSON * SVF::SVFIRWriter::toJson ( const ICFGNode node)
private

Definition at line 1081 of file SVFFileSystem.cpp.

1082{
1083 assert(node && "ICFGNode is null!");
1084 return jsonCreateIndex(node->getId());
1085}

◆ toJson() [10/30]

cJSON * SVF::SVFIRWriter::toJson ( const IRGraph graph)
private

Definition at line 1034 of file SVFFileSystem.cpp.

1035{
1036 ENSURE_NOT_VISITED(graph);
1037
1039#define F(field) JSON_WRITE_FIELD(root, graph, field)
1040 F(KindToSVFStmtSetMap);
1041 F(KindToPTASVFStmtSetMap);
1042 F(fromFile);
1043 F(nodeNumAfterPAGBuild);
1044 F(totalPTAPAGEdge);
1045 F(valueToEdgeMap);
1046#undef F
1047 return root;
1048}
#define ENSURE_NOT_VISITED(graph)

◆ toJson() [11/30]

cJSON * SVF::SVFIRWriter::toJson ( const NodeIDAllocator nodeIDAllocator)
private

Definition at line 1192 of file SVFFileSystem.cpp.

1193{
1195
1196 cJSON* root = jsonCreateObject();
1197 JSON_WRITE_FIELD(root, nodeIDAllocator, strategy);
1198 JSON_WRITE_FIELD(root, nodeIDAllocator, numObjects);
1199 JSON_WRITE_FIELD(root, nodeIDAllocator, numValues);
1200 JSON_WRITE_FIELD(root, nodeIDAllocator, numSymbols);
1201 JSON_WRITE_FIELD(root, nodeIDAllocator, numNodes);
1202 return root;
1203}

◆ toJson() [12/30]

cJSON * SVF::SVFIRWriter::toJson ( const ObjTypeInfo objTypeInfo)
private

Definition at line 1152 of file SVFFileSystem.cpp.

1153{
1155
1156 cJSON* root = jsonCreateObject();
1158 JSON_WRITE_FIELD(root, objTypeInfo, flags);
1159 JSON_WRITE_FIELD(root, objTypeInfo, maxOffsetLimit);
1160 JSON_WRITE_FIELD(root, objTypeInfo, elemNum);
1161 return root;
1162}

◆ toJson() [13/30]

template<typename T , typename U >
cJSON * SVF::SVFIRWriter::toJson ( const std::pair< T, U > &  pair)
inlineprivate

The following 2 functions are intended to convert SparseBitVectors to JSON. But they're buggy. Commenting them out would enable the toJson(T) where is_iterable_v<T> is true. But that implementation is less space-efficient if the bitvector contains many elements. It is observed that upon construction, SVF IR bitvectors contain at most 1 element. In that case, we can just use the toJson(T) for iterable T without much space overhead.

template <unsigned ElementSize> cJSON* toJson(const SparseBitVectorElement<ElementSize>& element) { cJSON* array = jsonCreateArray(); for (const auto v : element.Bits) { jsonAddItemToArray(array, toJson(v)); } return array; }

template <unsigned ElementSize> cJSON* toJson(const SparseBitVector<ElementSize>& bv) { return toJson(bv.Elements); }

Definition at line 607 of file SVFFileSystem.h.

608 {
612 return obj;
613 }

◆ toJson() [14/30]

cJSON * SVF::SVFIRWriter::toJson ( const std::string &  str)
staticprivate

Definition at line 76 of file SVFFileSystem.cpp.

77{
78 return jsonCreateString(str.c_str());
79}
cJSON * jsonCreateString(const char *str)

◆ toJson() [15/30]

cJSON * SVF::SVFIRWriter::toJson ( const StInfo stInfo)
private

Definition at line 1179 of file SVFFileSystem.cpp.

1180{
1182}
size_t getStInfoID(const StInfo *stInfo)

◆ toJson() [16/30]

cJSON * SVF::SVFIRWriter::toJson ( const SVFLoop loop)
private

Definition at line 1131 of file SVFFileSystem.cpp.

1132{
1134}
size_t getSvfLoopID(const SVFLoop *loop)

◆ toJson() [17/30]

cJSON * SVF::SVFIRWriter::toJson ( const SVFLoopAndDomInfo ldInfo)
private

Definition at line 1164 of file SVFFileSystem.cpp.

1165{
1167
1168 cJSON* root = jsonCreateObject();
1169 JSON_WRITE_FIELD(root, ldInfo, reachableBBs);
1170 JSON_WRITE_FIELD(root, ldInfo, dtBBsMap);
1171 JSON_WRITE_FIELD(root, ldInfo, pdtBBsMap);
1172 JSON_WRITE_FIELD(root, ldInfo, dfBBsMap);
1173 JSON_WRITE_FIELD(root, ldInfo, bb2LoopMap);
1174 JSON_WRITE_FIELD(root, ldInfo, bb2PdomLevel);
1175 JSON_WRITE_FIELD(root, ldInfo, bb2PIdom);
1176 return root;
1177}

◆ toJson() [18/30]

cJSON * SVF::SVFIRWriter::toJson ( const SVFModule module)
private

Definition at line 1233 of file SVFFileSystem.cpp.

1234{
1235 cJSON* root = jsonCreateObject();
1239
1240 for (const SVFType* svfType : svfModuleWriter.svfTypePool)
1241 {
1244 }
1245
1246 for (const StInfo* stInfo : svfModuleWriter.stInfoPool)
1247 {
1250 }
1251
1252#define F(field) JSON_WRITE_FIELD(root, module, field)
1253 jsonAddItemToObject(root, FIELD_NAME_ITEM(allSVFType)); // Meta field
1254 jsonAddItemToObject(root, FIELD_NAME_ITEM(allStInfo)); // Meta field
1255 jsonAddItemToObject(root, FIELD_NAME_ITEM(allSVFValue)); // Meta field
1256 F(pagReadFromTxt);
1257 F(moduleIdentifier);
1258
1259 F(FunctionSet);
1260 F(GlobalSet);
1261 F(AliasSet);
1262 F(ConstantSet);
1263 F(OtherValueSet);
1264#undef F
1265
1266 for (size_t i = 1; i <= svfModuleWriter.sizeSVFValuePool(); ++i)
1267 {
1270 }
1271
1272 return root;
1273}
size_t sizeSVFValuePool() const
const SVFValue * getSVFValuePtr(size_t id) const

◆ toJson() [19/30]

cJSON * SVF::SVFIRWriter::toJson ( const SVFStmt stmt)
private

Definition at line 1055 of file SVFFileSystem.cpp.

1056{
1058}

◆ toJson() [20/30]

cJSON * SVF::SVFIRWriter::toJson ( const SVFType type)
private

Definition at line 1024 of file SVFFileSystem.cpp.

1025{
1027}
size_t getSVFTypeID(const SVFType *type)

◆ toJson() [21/30]

cJSON * SVF::SVFIRWriter::toJson ( const SVFValue value)
private

Definition at line 1029 of file SVFFileSystem.cpp.

1030{
1032}
size_t getSVFValueID(const SVFValue *value)

◆ toJson() [22/30]

cJSON * SVF::SVFIRWriter::toJson ( const SVFVar var)
private

Definition at line 1050 of file SVFFileSystem.cpp.

1051{
1052 return var ? jsonCreateIndex(var->getId()) : jsonCreateNullId();
1053}
cJSON * jsonCreateNullId()

◆ toJson() [23/30]

cJSON * SVF::SVFIRWriter::toJson ( const SymbolTableInfo symTable)
private

Definition at line 1205 of file SVFFileSystem.cpp.

1206{
1208
1209 cJSON* root = jsonCreateObject();
1211
1212#define F(field) JSON_WRITE_FIELD(root, symTable, field)
1213 jsonAddItemToObject(root, FIELD_NAME_ITEM(allMemObj)); // Actual field
1214
1215 F(valSymMap);
1216 F(objSymMap);
1217 F(returnSymMap);
1218 F(varargSymMap);
1219 // Field objMap can be represented by allMemObj
1220 // Field mod can be represented by svfIR->svfModule. Delete it?
1221 assert(symTable->mod == svfIR->svfModule && "SVFModule mismatch!");
1222 F(modelConstants);
1223 F(totalSymNum);
1224 F(maxStruct);
1225 F(maxStSize);
1226 // Field svfTypes can be represented by svfModuleWriter.svfTypePool
1227 // Field stInfos can be represented by svfModuleWriter.stInfoPool
1228#undef F
1229
1230 return root;
1231}
SVFModule * svfModule
Definition SVFIR.h:98

◆ toJson() [24/30]

template<typename T , typename = std::enable_if_t<SVFUtil::is_iterable_v<T>>>
cJSON * SVF::SVFIRWriter::toJson ( const T container)
inlineprivate

Definition at line 617 of file SVFFileSystem.h.

618 {
620 for (const auto& item : container)
621 {
624 }
625 return array;
626 }

◆ toJson() [25/30]

cJSON * SVF::SVFIRWriter::toJson ( float  number)
staticprivate

Definition at line 81 of file SVFFileSystem.cpp.

82{
84}
const char *const const double number
Definition cJSON.h:268
cJSON * jsonCreateNumber(double num)

◆ toJson() [26/30]

cJSON * SVF::SVFIRWriter::toJson ( int  number)
staticprivate

Definition at line 70 of file SVFFileSystem.cpp.

71{
72 // OK, double precision enough
74}

◆ toJson() [27/30]

cJSON * SVF::SVFIRWriter::toJson ( long long  number)
private

Definition at line 92 of file SVFFileSystem.cpp.

93{
94 return toJson(static_cast<unsigned long long>(number));
95}

◆ toJson() [28/30]

cJSON * SVF::SVFIRWriter::toJson ( unsigned long long  number)
private

Definition at line 97 of file SVFFileSystem.cpp.

98{
100}
const char * numToStr(size_t n)

◆ toJson() [29/30]

cJSON * SVF::SVFIRWriter::toJson ( unsigned long  number)
private

Definition at line 86 of file SVFFileSystem.cpp.

87{
88 // unsigned long is subset of unsigned long long
89 return toJson(static_cast<unsigned long long>(number));
90}

◆ toJson() [30/30]

cJSON * SVF::SVFIRWriter::toJson ( unsigned  number)
staticprivate

Definition at line 64 of file SVFFileSystem.cpp.

65{
66 // OK, double precision enough
68}

◆ virtToJson() [1/8]

cJSON * SVF::SVFIRWriter::virtToJson ( const CHEdge edge)
private

Definition at line 271 of file SVFFileSystem.cpp.

272{
273 return contentToJson(edge);
274}

◆ virtToJson() [2/8]

cJSON * SVF::SVFIRWriter::virtToJson ( const CHNode node)
private

Definition at line 266 of file SVFFileSystem.cpp.

267{
268 return contentToJson(node);
269}

◆ virtToJson() [3/8]

cJSON * SVF::SVFIRWriter::virtToJson ( const ICFGEdge edge)
private

Definition at line 251 of file SVFFileSystem.cpp.

252{
253 switch (edge->getEdgeKind())
254 {
255 default:
256 assert(false && "Unknown ICFGEdge kind");
258 return contentToJson(static_cast<const IntraCFGEdge*>(edge));
259 case ICFGEdge::CallCF:
260 return contentToJson(static_cast<const CallCFGEdge*>(edge));
261 case ICFGEdge::RetCF:
262 return contentToJson(static_cast<const RetCFGEdge*>(edge));
263 }
264}

◆ virtToJson() [4/8]

cJSON * SVF::SVFIRWriter::virtToJson ( const ICFGNode node)
private

Definition at line 230 of file SVFFileSystem.cpp.

231{
232 switch (node->getNodeKind())
233 {
234 default:
235 assert(false && "Unknown ICFGNode kind");
236
237#define CASE(NodeKind, NodeType) \
238 case ICFGNode::NodeKind: \
239 return contentToJson(static_cast<const NodeType*>(node))
240
241 CASE(IntraBlock, IntraICFGNode);
242 CASE(FunEntryBlock, FunEntryICFGNode);
243 CASE(FunExitBlock, FunExitICFGNode);
244 CASE(FunCallBlock, CallICFGNode);
245 CASE(FunRetBlock, RetICFGNode);
246 CASE(GlobalBlock, GlobalICFGNode);
247#undef CASE
248 }
249}
#define CASE(Kind)

◆ virtToJson() [5/8]

cJSON * SVF::SVFIRWriter::virtToJson ( const SVFStmt stmt)
private

Definition at line 200 of file SVFFileSystem.cpp.

201{
202 switch (stmt->getEdgeKind())
203 {
204 default:
205 assert(false && "Unknown SVFStmt kind");
206
207#define CASE(EdgeKind, EdgeType) \
208 case SVFStmt::EdgeKind: \
209 return contentToJson(static_cast<const EdgeType*>(stmt))
210
211 CASE(Addr, AddrStmt);
212 CASE(Copy, CopyStmt);
213 CASE(Store, StoreStmt);
214 CASE(Load, LoadStmt);
215 CASE(Call, CallPE);
216 CASE(Ret, RetPE);
217 CASE(Gep, GepStmt);
218 CASE(Phi, PhiStmt);
219 CASE(Select, SelectStmt);
220 CASE(Cmp, CmpStmt);
221 CASE(BinaryOp, BinaryOPStmt);
222 CASE(UnaryOp, UnaryOPStmt);
223 CASE(Branch, BranchStmt);
224 CASE(ThreadFork, TDForkPE);
225 CASE(ThreadJoin, TDJoinPE);
226#undef CASE
227 }
228}

◆ virtToJson() [6/8]

cJSON * SVF::SVFIRWriter::virtToJson ( const SVFType type)
private

Parameter types of these functions are all pointers. When they are used as arguments of toJson(), they will be dumped as an index. contentToJson() will dump the actual content.

Definition at line 102 of file SVFFileSystem.cpp.

103{
104 auto kind = type->getKind();
105
106 switch (kind)
107 {
108 default:
109 assert(false && "Impossible SVFType kind");
110
111#define CASE(Kind) \
112 case SVFType::Kind: \
113 return contentToJson(static_cast<const Kind##pe*>(type))
114
115 CASE(SVFTy);
116 CASE(SVFPointerTy);
117 CASE(SVFIntegerTy);
118 CASE(SVFFunctionTy);
119 CASE(SVFStructTy);
120 CASE(SVFArrayTy);
121 CASE(SVFOtherTy);
122#undef CASE
123 }
124}

◆ virtToJson() [7/8]

cJSON * SVF::SVFIRWriter::virtToJson ( const SVFValue value)
private

Definition at line 126 of file SVFFileSystem.cpp.

127{
128 auto kind = value->getKind();
129
130 switch (kind)
131 {
132 default:
133 assert(false && "Impossible SVFValue kind");
134
135#define CASE(ValueKind, type) \
136 case SVFValue::ValueKind: \
137 return contentToJson(static_cast<const type*>(value))
138
139 CASE(SVFVal, SVFValue);
140 CASE(SVFFunc, SVFFunction);
141 CASE(SVFBB, SVFBasicBlock);
142 CASE(SVFInst, SVFInstruction);
143 CASE(SVFCall, SVFCallInst);
144 CASE(SVFGlob, SVFGlobalValue);
145 CASE(SVFArg, SVFArgument);
146 CASE(SVFConst, SVFConstant);
147 CASE(SVFConstData, SVFConstantData);
148 CASE(SVFConstInt, SVFConstantInt);
149 CASE(SVFConstFP, SVFConstantFP);
150 CASE(SVFNullPtr, SVFConstantNullPtr);
151 CASE(SVFBlackHole, SVFBlackHoleValue);
152 CASE(SVFMetaAsValue, SVFMetadataAsValue);
153 CASE(SVFOther, SVFOtherValue);
154#undef CASE
155 }
156}

◆ virtToJson() [8/8]

cJSON * SVF::SVFIRWriter::virtToJson ( const SVFVar var)
private

Definition at line 158 of file SVFFileSystem.cpp.

159{
160 switch (var->getNodeKind())
161 {
162 default:
163 assert(false && "Unknown SVFVar kind");
164
165#define CASE(VarKind, VarType) \
166 case SVFVar::VarKind: \
167 return contentToJson(static_cast<const VarType*>(var))
168
169 CASE(ValNode, ValVar);
170 CASE(ObjNode, ObjVar);
171 CASE(RetNode, RetPN);
172 CASE(VarargNode, VarArgPN);
173 CASE(GepValNode, GepValVar);
174 CASE(GepObjNode, GepObjVar);
175 CASE(BaseObjNode, BaseObjVar);
176 CASE(DummyValNode, DummyValVar);
177 CASE(DummyObjNode, DummyObjVar);
178 CASE(FunObjNode, FunObjVar);
179 CASE(ArgNode, ArgValVar);
180 CASE(FunValNode, FunValVar);
181 CASE(HeapObjNode, HeapObjVar);
182 CASE(StackObjNode, StackObjVar);
183 CASE(ConstantDataValNode, ConstantDataValVar);
184 CASE(ConstantAggValNode, ConstantAggValVar);
185 CASE(GlobalValNode, GlobalValVar);
186 CASE(BlackHoleNode, BlackHoleVar);
187 CASE(ConstantFPValNode, ConstantFPValVar);
188 CASE(ConstantIntValNode, ConstantIntValVar);
189 CASE(ConstantNullptrValNode, ConstantNullPtrValVar);
190 CASE(ConstantDataObjNode, ConstantDataObjVar);
191 CASE(ConstantAggObjNode, ConstantAggObjVar);
192 CASE(GlobalObjNode, GlobalObjVar);
193 CASE(ConstantFPObjNode, ConstantFPObjVar);
194 CASE(ConstantIntObjNode, ConstantIntObjVar);
195 CASE(ConstantNullptrObjNode, ConstantNullPtrObjVar);
196#undef CASE
197 }
198}

◆ writeJsonToOstream()

void SVF::SVFIRWriter::writeJsonToOstream ( const SVFIR svfir,
std::ostream &  os 
)
static

Definition at line 950 of file SVFFileSystem.cpp.

951{
952 SVFIRWriter writer(svfir);
953 os << writer.generateJsonString().get() << '\n';
954}
SVFIRWriter(const SVFIR *svfir)
Constructor.

◆ writeJsonToPath()

void SVF::SVFIRWriter::writeJsonToPath ( const SVFIR svfir,
const std::string &  path 
)
static

Definition at line 956 of file SVFFileSystem.cpp.

957{
958 std::ofstream jsonFile(path);
959 if (jsonFile.is_open())
960 {
962 jsonFile.close();
963 }
964 else
965 {
966 SVFUtil::errs() << "Failed to open file '" << path
967 << "' to write SVFIR's JSON\n";
968 }
969}
static void writeJsonToOstream(const SVFIR *svfir, std::ostream &os)
std::ostream & errs()
Overwrite llvm::errs()
Definition SVFUtil.h:56

Member Data Documentation

◆ chgWriter

CHGraphWriter SVF::SVFIRWriter::chgWriter
private

Definition at line 383 of file SVFFileSystem.h.

◆ icfgWriter

ICFGWriter SVF::SVFIRWriter::icfgWriter
private

Definition at line 382 of file SVFFileSystem.h.

◆ irGraphWriter

IRGraphWriter SVF::SVFIRWriter::irGraphWriter
private

Definition at line 384 of file SVFFileSystem.h.

◆ numToStrMap

OrderedMap<size_t, std::string> SVF::SVFIRWriter::numToStrMap
private

Definition at line 386 of file SVFFileSystem.h.

◆ svfIR

const SVFIR* SVF::SVFIRWriter::svfIR
private

Definition at line 379 of file SVFFileSystem.h.

◆ svfModuleWriter

SVFModuleWriter SVF::SVFIRWriter::svfModuleWriter
private

Definition at line 381 of file SVFFileSystem.h.


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