Home
last modified time | relevance | path

Searched defs:getChecksum (Results 1 – 4 of 4) sorted by relevance

/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/lib/ObjCopy/ELF/
H A DELFObject.cpp225 uint8_t IHexRecord::getChecksum(StringRef S) { in getChecksum() function in IHexRecord
2955 uint8_t SRecord::getChecksum() const { in getChecksum() function in SRecord
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h659 std::optional<ChecksumInfo<StringRef>> getChecksum() const { in getChecksum() function