Searched refs:getChecksumType (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DIPDBSourceFile.cpp24 PDB_Checksum ChecksumType = getChecksumType();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSourceFile.h32 virtual PDB_Checksum getChecksumType() const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h27 PDB_Checksum getChecksumType() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp44 PDB_Checksum DIASourceFile::getChecksumType() const { function in class:DIASourceFile
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp63 if (File->getChecksumType() != PDB_Checksum::None) {
64 auto ChecksumType = File->getChecksumType();

Completed in 95 milliseconds