Searched refs:getCrc32 (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBInjectedSource.h25 virtual uint32_t getCrc32() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.h23 uint32_t getCrc32() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp21 uint32_t DIAInjectedSource::getCrc32() const { function in class:DIAInjectedSource
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp45 uint32_t getCrc32() const override { return Entry.CRC; }
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp952 uint32_t CRC = IS->getCrc32();

Completed in 69 milliseconds