Home
last modified time | relevance | path

Searched refs:getChecksum (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DIPDBSourceFile.cpp28 std::string Checksum = getChecksum(); in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSourceFile.h32 virtual std::string getChecksum() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h26 std::string getChecksum() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSourceFile.h30 std::string getChecksum() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp39 std::string NativeSourceFile::getChecksum() const { in getChecksum() function in NativeSourceFile
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp32 std::string DIASourceFile::getChecksum() const { in getChecksum() function in DIASourceFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp65 auto ChecksumHexString = toHex(File->getChecksum()); in start()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp222 uint8_t IHexRecord::getChecksum(StringRef S) { in getChecksum() function in IHexRecord
244 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
H A DELFObject.h231 static uint8_t getChecksum(StringRef S);
429 uint8_t getChecksum() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp210 if (F->getChecksum()) { in maybeRecordFile()
211 std::string Checksum = fromHex(F->getChecksum()->Value); in maybeRecordFile()
216 switch (F->getChecksum()->Kind) { in maybeRecordFile()
H A DDwarfDebug.cpp4101 std::optional<DIFile::ChecksumInfo<StringRef>> Checksum = File->getChecksum(); in getMD5AsBytes()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2399 if (N->getChecksum()) in writeDIFile()
2400 Printer.printChecksum(*N->getChecksum()); in writeDIFile()
H A DVerifier.cpp1438 std::optional<DIFile::ChecksumInfo<StringRef>> Checksum = N.getChecksum(); in visitDIFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h646 getChecksum(), getSource()); in cloneImpl()
665 std::optional<ChecksumInfo<StringRef>> getChecksum() const { in getChecksum() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp552 CSInfo = TheCU->getFile()->getChecksum(); in getOrCreateFile()