Lines Matching defs:NumRefs
7626 unsigned NumRefs = Record[3];
7631 NumRefs = Record[4];
7649 int CallGraphEdgeStartIndex = RefListStartIndex + NumRefs;
7650 assert(Record.size() >= RefListStartIndex + NumRefs &&
7653 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs));
7744 unsigned NumRefs = Record[3];
7746 unsigned VTableListStartIndex = RefListStartIndex + NumRefs;
7749 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs));
7779 unsigned NumRefs = Record[4];
7802 NumRefs = Record[NumRefsIndex];
7806 int CallGraphEdgeStartIndex = RefListStartIndex + NumRefs;
7807 assert(Record.size() >= RefListStartIndex + NumRefs &&
7810 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs));