Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DIPDBSourceFile.cpp28 std::string Checksum = getChecksum(); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSourceFile.h31 virtual std::string getChecksum() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h26 std::string getChecksum() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSourceFile.h28 std::string getChecksum() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp36 std::string NativeSourceFile::getChecksum() const { in getChecksum() function in NativeSourceFile
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp32 std::string DIASourceFile::getChecksum() const { in getChecksum() function in DIASourceFile
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp65 auto ChecksumHexString = toHex(File->getChecksum()); in start()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp208 uint8_t IHexRecord::getChecksum(StringRef S) { in getChecksum() function in llvm::objcopy::elf::IHexRecord
230 Iter = utohexstr(getChecksum(S), Iter, 2); in getLine()
322 if (getChecksum(Line.drop_front(1)) != 0) in parse()
H A DObject.h228 static uint8_t getChecksum(StringRef S);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp214 if (F->getChecksum()) { in maybeRecordFile()
215 std::string Checksum = fromHex(F->getChecksum()->Value); in maybeRecordFile()
220 switch (F->getChecksum()->Kind) { in maybeRecordFile()
H A DDwarfDebug.cpp3476 Optional<DIFile::ChecksumInfo<StringRef>> Checksum = File->getChecksum(); in getMD5AsBytes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h599 getChecksum(), getSource()); in cloneImpl()
616 Optional<ChecksumInfo<StringRef>> getChecksum() const { in getChecksum() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2111 if (N->getChecksum()) in writeDIFile()
2112 Printer.printChecksum(*N->getChecksum()); in writeDIFile()
H A DVerifier.cpp1158 Optional<DIFile::ChecksumInfo<StringRef>> Checksum = N.getChecksum(); in visitDIFile()