Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h67 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums() function
95 const ChecksumsPtr &checksums() const { return Checksums; } in checksums() function
/openbsd/gnu/llvm/llvm/utils/docker/scripts/llvm_checksum/
H A Dllvm_checksum.py131 def WriteLLVMChecksums(checksums, f): argument
/openbsd/gnu/llvm/lld/COFF/
H A DPDB.cpp202 DebugChecksumsSubsectionRef checksums; member in __anon89a75cdb0111::DebugSHandler
914 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) { in getFileName()
1717 DebugChecksumsSubsectionRef &checksums, in findLineTable()
1802 DebugChecksumsSubsectionRef checksums; in getFileLineCodeView() local
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1344 const auto &checksums = cii.m_strings.checksums().getArray(); in GetFileIndex() local