reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
124 M += sizeof(uint64_t); // The function hash 125 M += sizeof(uint64_t); // The size of the Counts vector 126 M += ProfRecord.Counts.size() * sizeof(uint64_t); 129 M += ValueProfData::getSize(ProfileData.second); 131 LE.write<offset_type>(M); 133 return std::make_pair(N, M);