Searched refs:FileChecksums (Results 1 – 11 of 11) sorted by relevance
55 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {}58 return S->kind() == DebugSubsectionKind::FileChecksums;80 return S->kind() == DebugSubsectionKind::FileChecksums;
44 if (R.kind() == DebugSubsectionKind::FileChecksums) { in initialize()
315 FileChecksums = 0xf4, enumerator
73 assert(FCR.kind() == DebugSubsectionKind::FileChecksums); in initializeChecksums()
40 case DebugSubsectionKind::FileChecksums: { in visitDebugSubsection()
65 : DebugSubsection(DebugSubsectionKind::FileChecksums), Strings(Strings) {} in DebugChecksumsSubsection()
228 CV_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
130 SmallVector<uint32_t, 4> FileChecksums; member in __anon215596d40111::GCOVProfiler759 FileChecksums.push_back(hash_value(EdgeDestinations)); in emitProfileNotes()762 out.write(reinterpret_cast<char*>(&FileChecksums.back()), 4); in emitProfileNotes()765 Func->setCfgChecksum(FileChecksums.back()); in emitProfileNotes()1000 uint32_t CfgChecksum = FileChecksums.empty() ? 0 : FileChecksums[i]; in insertCounterWriteout()
136 if (SS.kind() != DebugSubsectionKind::FileChecksums) in findChecksumsSubsection()
107 : YAMLSubsectionBase(DebugSubsectionKind::FileChecksums) {} in YAMLChecksumsSubsection()948 if (SS.Subsection->Kind != DebugSubsectionKind::FileChecksums) in initializeStringsAndChecksums()
202 OS.EmitIntValue(unsigned(DebugSubsectionKind::FileChecksums), 4); in emitFileChecksums()