Searched refs:getChecksum (Results 1 – 15 of 15) sorted by relevance
28 std::string Checksum = getChecksum(); in dump()
32 virtual std::string getChecksum() const = 0;
26 std::string getChecksum() const override;
30 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()
222 uint8_t IHexRecord::getChecksum(StringRef S) { in getChecksum() function in IHexRecord244 Iter = toHexStr(getChecksum(S), Iter, 2); in getLine()336 if (getChecksum(Line.drop_front(1)) != 0) in parse()2954 Iter = toHexStr(getChecksum(), Iter, 2); in toString()2961 uint8_t SRecord::getChecksum() const { in getChecksum() function in SRecord
231 static uint8_t getChecksum(StringRef S);429 uint8_t getChecksum() const;
210 if (F->getChecksum()) { in maybeRecordFile()211 std::string Checksum = fromHex(F->getChecksum()->Value); in maybeRecordFile()216 switch (F->getChecksum()->Kind) { in maybeRecordFile()
4101 std::optional<DIFile::ChecksumInfo<StringRef>> Checksum = File->getChecksum(); in getMD5AsBytes()
2399 if (N->getChecksum()) in writeDIFile()2400 Printer.printChecksum(*N->getChecksum()); in writeDIFile()
1438 std::optional<DIFile::ChecksumInfo<StringRef>> Checksum = N.getChecksum(); in visitDIFile()
646 getChecksum(), getSource()); in cloneImpl()665 std::optional<ChecksumInfo<StringRef>> getChecksum() const { in getChecksum() function
552 CSInfo = TheCU->getFile()->getChecksum(); in getOrCreateFile()