#include <SVFFileSystem.h>
Definition at line 342 of file SVFFileSystem.h.
◆ SVFModuleWriter()
Definition at line 919 of file SVFFileSystem.cpp.
920{
921
923
924 const auto& svfTypes =
symTab->getSVFTypes();
926 for (
const SVFType*
type : svfTypes)
927 {
929 }
930
931 const auto& stInfos =
symTab->getStInfos();
933 for (
const StInfo*
stInfo : stInfos)
934 {
936 }
937
938 svfValuePool.reserve(svfModule->getFunctionSet().size() +
939 svfModule->getConstantSet().size() +
940 svfModule->getOtherValueSet().size());
941}
WriterPtrPool< SVFValue > svfValuePool
WriterPtrPool< StInfo > stInfoPool
WriterPtrPool< SVFType > svfTypePool
static SymbolTableInfo * SymbolInfo()
Singleton design here to make sure we only have one instance during any analysis.
llvm::IRBuilder IRBuilder
◆ getStInfoID()
◆ getSVFTypeID()
◆ getSVFValueID()
◆ getSVFValuePtr()
◆ sizeSVFValuePool()
size_t SVF::SVFModuleWriter::sizeSVFValuePool |
( |
| ) |
const |
|
inline |
◆ SVFIRWriter
◆ stInfoPool
◆ svfTypePool
◆ svfValuePool
The documentation for this class was generated from the following files: