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

References

unittests/Analysis/LazyCallGraphTest.cpp
 1233   LazyCallGraph CG = buildCG(*M);
 1241   LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a"));
 1242   LazyCallGraph::Node &B = *CG.lookup(lookupFunction(*M, "b"));
 1243   LazyCallGraph::Node &C = *CG.lookup(lookupFunction(*M, "c"));