Static Value-Flow Analysis
|
#include <SVFFileSystem.h>
Public Member Functions | |
template<typename SVFTypeCreator , typename SVFTypeFiller , typename SVFValueCreator , typename SVFValueFiller , typename StInfoCreator > | |
void | createObjs (const cJSON *svfModuleJson, SVFTypeCreator typeCreator, SVFTypeFiller typeFiller, SVFValueCreator valueCreator, SVFValueFiller valueFiller, StInfoCreator stInfoCreator) |
SVFValue * | getSVFValuePtr (size_t id) const |
SVFType * | getSVFTypePtr (size_t id) const |
StInfo * | getStInfoPtr (size_t id) const |
const cJSON * | getFieldJson () const |
Private Attributes | |
const cJSON * | svfModuleFieldJson = nullptr |
ReaderPtrPool< SVFType > | svfTypePool |
ReaderPtrPool< StInfo > | stInfoPool |
ReaderPtrPool< SVFValue > | svfValuePool |
Friends | |
class | SVFIRReader |
Definition at line 967 of file SVFFileSystem.h.
|
inline |
Definition at line 981 of file SVFFileSystem.h.
Definition at line 1020 of file SVFFileSystem.h.
Definition at line 1015 of file SVFFileSystem.h.
Definition at line 1011 of file SVFFileSystem.h.
Definition at line 1007 of file SVFFileSystem.h.
|
friend |
Definition at line 969 of file SVFFileSystem.h.
|
private |
Definition at line 974 of file SVFFileSystem.h.
Definition at line 972 of file SVFFileSystem.h.
|
private |
Definition at line 973 of file SVFFileSystem.h.
|
private |
Definition at line 975 of file SVFFileSystem.h.