Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h87 HexFormattedString ChecksumBytes; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h144 ArrayRef<uint8_t> ChecksumBytes, uint8_t ChecksumKind);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp48 ArrayRef<uint8_t> ChecksumBytes, in addFile() argument
72 Files[Idx].Checksum = ChecksumBytes; in addFile()