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.h87 HexFormattedString ChecksumBytes; member
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h154 ArrayRef<uint8_t> ChecksumBytes, uint8_t ChecksumKind);
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp298 IO.mapRequired("Checksum", Obj.ChecksumBytes); in mapping()
407 Result->addChecksum(CS.FileName, CS.Kind, CS.ChecksumBytes.Bytes); in toCodeViewSubsection()
548 Result.ChecksumBytes.Bytes = CS.Checksum; in convertOneChecksum()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp46 ArrayRef<uint8_t> ChecksumBytes, in addFile() argument
70 Files[Idx].Checksum = ChecksumBytes; in addFile()