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 957 of file SVFFileSystem.h.
|
inline |
Definition at line 971 of file SVFFileSystem.h.
Definition at line 1010 of file SVFFileSystem.h.
Definition at line 1005 of file SVFFileSystem.h.
Definition at line 1001 of file SVFFileSystem.h.
Definition at line 997 of file SVFFileSystem.h.
|
friend |
Definition at line 959 of file SVFFileSystem.h.
|
private |
Definition at line 964 of file SVFFileSystem.h.
Definition at line 962 of file SVFFileSystem.h.
|
private |
Definition at line 963 of file SVFFileSystem.h.
|
private |
Definition at line 965 of file SVFFileSystem.h.