Lines Matching defs:NumRefs
7767 unsigned NumRefs = Record[3];
7772 NumRefs = Record[4];
7790 int CallGraphEdgeStartIndex = RefListStartIndex + NumRefs;
7791 assert(Record.size() >= RefListStartIndex + NumRefs &&
7794 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs));
7884 unsigned NumRefs = Record[3];
7886 unsigned VTableListStartIndex = RefListStartIndex + NumRefs;
7889 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs));
7918 unsigned NumRefs = Record[4];
7940 NumRefs = Record[NumRefsIndex];
7944 int CallGraphEdgeStartIndex = RefListStartIndex + NumRefs;
7945 assert(Record.size() >= RefListStartIndex + NumRefs &&
7948 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs));