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

Method getModuleNum

svf-llvm/include/SVF-LLVM/LLVMModule.h:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 static void preProcessBCs(std::vector<std::string>& moduleNameVec);
151
152 u32_t getModuleNum() const
153 {
154 return modules.size();
155 }
156
157 const std::vector<std::reference_wrapper<Module>>& getLLVMModules() const
158 {

Callers 2

getFunObjVarMethod · 0.80
getFunctionMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected