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

References

unittests/Analysis/LazyCallGraphTest.cpp
 1549   LazyCallGraph CG = buildCG(*M);
 1560   LazyCallGraph::Node &AN = *CG.lookup(lookupFunction(*M, "a"));
 1561   LazyCallGraph::Node &BN = *CG.lookup(lookupFunction(*M, "b"));
 1562   LazyCallGraph::Node &CN = *CG.lookup(lookupFunction(*M, "c"));