Home
last modified time | relevance | path

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

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