Home
last modified time | relevance | path

Searched refs:ChecksumType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DIPDBSourceFile.cpp24 PDB_Checksum ChecksumType = getChecksumType(); in dump() local
26 if (ChecksumType != PDB_Checksum::None) { in dump()
27 OS << ChecksumType << ": "; in dump()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp64 auto ChecksumType = File->getChecksumType(); in start() local
67 << " (" << ChecksumType << ": " << ChecksumHexString << ")"; in start()