Searched refs:getChecksum (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DIPDBSourceFile.cpp28 std::string Checksum = getChecksum();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSourceFile.h31 virtual std::string getChecksum() const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h26 std::string getChecksum() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp32 std::string DIASourceFile::getChecksum() const { function in class:DIASourceFile
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp65 auto ChecksumHexString = toHex(File->getChecksum());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp143 if (Parent.getChecksum() != CfgChecksum) {
144 errs() << "File checksums do not match: " << Parent.getChecksum()
283 if (Parent.getChecksum() != CfgChecksum) {
284 errs() << "File checksums do not match: " << Parent.getChecksum()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h251 uint32_t getChecksum() const { return Checksum; } function in class:llvm::GCOVFile
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp179 uint8_t IHexRecord::getChecksum(StringRef S) { function in class:llvm::objcopy::elf::IHexRecord
201 Iter = utohexstr(getChecksum(S), Iter, 2);
293 if (getChecksum(Line.drop_front(1)) != 0)
H A DObject.h226 static uint8_t getChecksum(StringRef S);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp246 if (F->getChecksum()) {
247 std::string Checksum = fromHex(F->getChecksum()->Value);
252 switch (F->getChecksum()->Kind) {
H A DDwarfUnit.cpp315 Optional<DIFile::ChecksumInfo<StringRef>> Checksum = File->getChecksum();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h520 getChecksum(), getSource());
537 Optional<ChecksumInfo<StringRef>> getChecksum() const { function in class:llvm::DIFile
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1915 if (N->getChecksum())
1916 Printer.printChecksum(*N->getChecksum());
H A DVerifier.cpp1028 Optional<DIFile::ChecksumInfo<StringRef>> Checksum = N.getChecksum();

Completed in 271 milliseconds