Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DIPDBSourceFile.cpp25 PDB_Checksum ChecksumType = getChecksumType(); in dump()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSourceFile.h33 virtual PDB_Checksum getChecksumType() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h28 PDB_Checksum getChecksumType() const override;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp64 if (File->getChecksumType() != PDB_Checksum::None) { in start()
65 auto ChecksumType = File->getChecksumType(); in start()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp45 PDB_Checksum DIASourceFile::getChecksumType() const { in getChecksumType() function in DIASourceFile