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()
225 uint8_t IHexRecord::getChecksum(StringRef S) { in getChecksum() function in IHexRecord247 Iter = toHexStr(getChecksum(S), Iter, 2); in getLine()339 if (getChecksum(Line.drop_front(1)) != 0) in parse()2948 Iter = toHexStr(getChecksum(), Iter, 2); in toString()2955 uint8_t SRecord::getChecksum() const { in getChecksum() function in SRecord
231 static uint8_t getChecksum(StringRef S);429 uint8_t getChecksum() const;
208 if (F->getChecksum()) { in maybeRecordFile() 209 std::string Checksum = fromHex(F->getChecksum()->Value); in maybeRecordFile() 214 switch (F->getChecksum()->Kind) { in maybeRecordFile()
3651 std::optional<DIFile::ChecksumInfo<StringRef>> Checksum = File->getChecksum(); in getMD5AsBytes()
640 getChecksum(), getSource()); in cloneImpl()659 std::optional<ChecksumInfo<StringRef>> getChecksum() const { in getChecksum() function
2242 if (N->getChecksum()) in writeDIFile()2243 Printer.printChecksum(*N->getChecksum()); in writeDIFile()
1367 std::optional<DIFile::ChecksumInfo<StringRef>> Checksum = N.getChecksum(); in visitDIFile()
411 CSInfo = TheCU->getFile()->getChecksum(); in getOrCreateFile()