Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp48 std::vector<BYTE> ChecksumBytes(ByteSize); in getChecksum() local
49 Result = SourceFile->get_checksum(ByteSize, &ByteSize, &ChecksumBytes[0]); in getChecksum()
52 return std::string(ChecksumBytes.begin(), ChecksumBytes.end()); in getChecksum()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp988 StringRef ChecksumBytes = Data.substr(0, FC->ChecksumSize); in printCodeViewFileChecksums() local
989 W.printBinary("ChecksumBytes", ChecksumBytes); in printCodeViewFileChecksums()