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

References

unittests/Analysis/LazyCallGraphTest.cpp
  456   LazyCallGraph CG = buildCG(*M);
  460   LazyCallGraph::Node &D1 = CG.get(lookupFunction(*M, "d1"));
  461   LazyCallGraph::Node &A1 = CG.get(lookupFunction(*M, "a1"));