Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DIPDBSourceFile.cpp28 std::string Checksum = getChecksum(); in dump()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSourceFile.h31 virtual std::string getChecksum() const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h26 std::string getChecksum() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSourceFile.h29 std::string getChecksum() const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp38 std::string NativeSourceFile::getChecksum() const { in getChecksum() function in NativeSourceFile
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp32 std::string DIASourceFile::getChecksum() const { in getChecksum() function in DIASourceFile
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp64 auto ChecksumHexString = toHex(File->getChecksum()); in start()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp206 uint8_t IHexRecord::getChecksum(StringRef S) { in getChecksum() function in IHexRecord
228 Iter = toHexStr(getChecksum(S), Iter, 2); in getLine()
320 if (getChecksum(Line.drop_front(1)) != 0) in parse()
H A DELFObject.h228 static uint8_t getChecksum(StringRef S);
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp209 if (F->getChecksum()) { in maybeRecordFile()
210 std::string Checksum = fromHex(F->getChecksum()->Value); in maybeRecordFile()
215 switch (F->getChecksum()->Kind) { in maybeRecordFile()
H A DDwarfDebug.cpp3537 Optional<DIFile::ChecksumInfo<StringRef>> Checksum = File->getChecksum(); in getMD5AsBytes()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h593 getChecksum(), getSource()); in cloneImpl()
612 Optional<ChecksumInfo<StringRef>> getChecksum() const { in getChecksum() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp2072 if (N->getChecksum()) in writeDIFile()
2073 Printer.printChecksum(*N->getChecksum()); in writeDIFile()
H A DVerifier.cpp1222 Optional<DIFile::ChecksumInfo<StringRef>> Checksum = N.getChecksum(); in visitDIFile()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp2136 EXPECT_EQ(Checksum, N->getChecksum()); in TEST_F()