reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/Analysis/LazyCallGraphTest.cpp
 1327   LazyCallGraph CG = buildCG(*M);
 1335   LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a"));
 1336   LazyCallGraph::Node &B = *CG.lookup(lookupFunction(*M, "b"));
 1337   LazyCallGraph::Node &C = *CG.lookup(lookupFunction(*M, "c"));