Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp37 std::vector<BYTE> ChecksumBytes(ByteSize); in getChecksum() local
38 Result = SourceFile->get_checksum(ByteSize, &ByteSize, &ChecksumBytes[0]); in getChecksum()
41 return std::string(ChecksumBytes.begin(), ChecksumBytes.end()); in getChecksum()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h88 HexFormattedString ChecksumBytes; member
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h156 ArrayRef<uint8_t> ChecksumBytes, uint8_t ChecksumKind);
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp296 IO.mapRequired("Checksum", Obj.ChecksumBytes); in mapping()
405 Result->addChecksum(CS.FileName, CS.Kind, CS.ChecksumBytes.Bytes); in toCodeViewSubsection()
546 Result.ChecksumBytes.Bytes = CS.Checksum; in convertOneChecksum()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp44 ArrayRef<uint8_t> ChecksumBytes, in addFile() argument
68 Files[Idx].Checksum = ChecksumBytes; in addFile()