Home
last modified time | relevance | path

Searched refs:getDataCrc32 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h42 virtual uint32_t getDataCrc32() const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h43 uint32_t getDataCrc32() const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp115 uint32_t DIASectionContrib::getDataCrc32() const { in getDataCrc32() function in DIASectionContrib