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

References

include/llvm/Analysis/CallGraph.h
  171   using CalledFunctionsVector = std::vector<CallRecord>;
  183   using iterator = std::vector<CallRecord>::iterator;
  184   using const_iterator = std::vector<CallRecord>::const_iterator;
  274   std::vector<CallRecord> CalledFunctions;
  409   using CGNPairTy = CallGraphNode::CallRecord;
  428   using CGNPairTy = CallGraphNode::CallRecord;
  429   using EdgeRef = const CallGraphNode::CallRecord &;
lib/Analysis/CallGraph.cpp
  216     CallRecord &CR = *I;