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

/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSourceFile.h32 virtual PDB_Checksum getChecksumType() const = 0;
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DIPDBSourceFile.cpp24 PDB_Checksum ChecksumType = getChecksumType();
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h27 PDB_Checksum getChecksumType() const override;
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSourceFile.h30 PDB_Checksum getChecksumType() const override;
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp42 PDB_Checksum NativeSourceFile::getChecksumType() const { function in class:NativeSourceFile
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp44 PDB_Checksum DIASourceFile::getChecksumType() const { function in class:DIASourceFile
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp62 if (File->getChecksumType() != PDB_Checksum::None) {
63 auto ChecksumType = File->getChecksumType();

Completed in 159 milliseconds