Searched refs:getChecksum (Results 1 – 15 of 15) sorted by relevance
28 std::string Checksum = getChecksum(); in dump()
31 virtual std::string getChecksum() const = 0;
26 std::string getChecksum() const override;
29 std::string getChecksum() const override;
39 std::string NativeSourceFile::getChecksum() const { in getChecksum() function in NativeSourceFile
32 std::string DIASourceFile::getChecksum() const { in getChecksum() function in DIASourceFile
65 auto ChecksumHexString = toHex(File->getChecksum()); in start()
206 uint8_t IHexRecord::getChecksum(StringRef S) { in getChecksum() function in IHexRecord228 Iter = toHexStr(getChecksum(S), Iter, 2); in getLine()320 if (getChecksum(Line.drop_front(1)) != 0) in parse()
228 static uint8_t getChecksum(StringRef S);
208 if (F->getChecksum()) { in maybeRecordFile()209 std::string Checksum = fromHex(F->getChecksum()->Value); in maybeRecordFile()214 switch (F->getChecksum()->Kind) { in maybeRecordFile()
3661 std::optional<DIFile::ChecksumInfo<StringRef>> Checksum = File->getChecksum(); in getMD5AsBytes()
639 getChecksum(), getSource()); in cloneImpl()658 std::optional<ChecksumInfo<StringRef>> getChecksum() const { in getChecksum() function
2155 if (N->getChecksum()) in writeDIFile()2156 Printer.printChecksum(*N->getChecksum()); in writeDIFile()
1321 std::optional<DIFile::ChecksumInfo<StringRef>> Checksum = N.getChecksum(); in visitDIFile()
401 CSInfo = TheCU->getFile()->getChecksum(); in getOrCreateFile()