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

Method getModule

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

Source from the content-addressed store, hash-verified

160 }
161
162 Module *getModule(u32_t idx) const
163 {
164 return &getModuleRef(idx);
165 }
166
167 Module &getModuleRef(u32_t idx) const
168 {

Callers 2

getFunObjVarMethod · 0.80
getFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected