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

Declarations

include/llvm/Analysis/CallGraph.h
  428   using CGNPairTy = CallGraphNode::CallRecord;

References

include/llvm/Analysis/CallGraph.h
  412   static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
  432   static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }