Home
last modified time | relevance | path

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

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