MCPcopy Create free account
hub / github.com/SVF-tools/SVF / LLVMModuleSet

Method LLVMModuleSet

svf-llvm/lib/LLVMModule.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83bool LLVMModuleSet::preProcessed = false;
84
85LLVMModuleSet::LLVMModuleSet()
86 : svfir(PAG::getPAG()), typeInference(new ObjTypeInference())
87{
88}
89
90LLVMModuleSet::~LLVMModuleSet()
91{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected