Searched refs:ChecksumType (Results 1 – 2 of 2) sorted by relevance
25 PDB_Checksum ChecksumType = getChecksumType(); in dump() local27 if (ChecksumType != PDB_Checksum::None) { in dump()28 OS << ChecksumType << ": "; in dump()
65 auto ChecksumType = File->getChecksumType(); in start() local68 << " (" << ChecksumType << ": " << ChecksumHexString << ")"; in start()