Home
last modified time | relevance | path

Searched refs:getChecksumType (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DIPDBSourceFile.cpp24 PDB_Checksum ChecksumType = getChecksumType(); in dump()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSourceFile.h32 virtual PDB_Checksum getChecksumType() const = 0;
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h27 PDB_Checksum getChecksumType() const override;
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSourceFile.h30 PDB_Checksum getChecksumType() const override;
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp43 PDB_Checksum NativeSourceFile::getChecksumType() const { in getChecksumType() function in NativeSourceFile
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp63 if (File->getChecksumType() != PDB_Checksum::None) { in start()
64 auto ChecksumType = File->getChecksumType(); in start()
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp44 PDB_Checksum DIASourceFile::getChecksumType() const { in getChecksumType() function in DIASourceFile