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

References

unittests/Analysis/LazyCallGraphTest.cpp
 1405   LazyCallGraph CG = buildCG(*M);
 1413   LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a"));
 1414   LazyCallGraph::Node &B = *CG.lookup(lookupFunction(*M, "b"));
 1415   LazyCallGraph::Node &C = *CG.lookup(lookupFunction(*M, "c"));