Searched defs:getChecksum (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ | ||
H A D | NativeSourceFile.cpp | 39 std::string NativeSourceFile::getChecksum() const { in getChecksum() function in NativeSourceFile |
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ | ||
H A D | DIASourceFile.cpp | 32 std::string DIASourceFile::getChecksum() const { in getChecksum() function in DIASourceFile |
/llvm-project/llvm/lib/ObjCopy/ELF/ | ||
H A D | ELFObject.cpp | 225 uint8_t IHexRecord::getChecksum(StringRef S) { getChecksum() function in IHexRecord |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | DebugInfoMetadata.h | 659 std::optional<ChecksumInfo<StringRef>> getChecksum() const { in getChecksum() function |