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

Method empty

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

Source from the content-addressed store, hash-verified

385 }
386
387 bool empty() const
388 {
389 return getModuleNum() == 0;
390 }
391
392 /// Get or create SVFType and typeinfo
393 SVFType* getSVFType(const Type* T);

Callers 15

mainFunction · 0.45
traverseOnICFGFunction · 0.45
traverseOnVFGFunction · 0.45
processFunBodyMethod · 0.45
addComplexConsForExtMethod · 0.45
getFunReachableBBsMethod · 0.45
functionDoesNotRetMethod · 0.45
restoreFuncNameMethod · 0.45
getSourceLocMethod · 0.45
buildLLVMLoopsMethod · 0.45
buildSVFLoopsMethod · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected