Home
last modified time | relevance | path

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

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