Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h43 virtual uint32_t getDataCrc32() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h44 uint32_t getDataCrc32() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp116 uint32_t DIASectionContrib::getDataCrc32() const { in getDataCrc32() function in DIASectionContrib