Home
last modified time | relevance | path

Searched defs:getDataSize (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAddr.cpp176 uint32_t DWARFDebugAddrTable::getDataSize() const { in getDataSize() function in DWARFDebugAddrTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h702 template <support::endianness Endian> uint32_t getDataSize() const { in getDataSize() function
733 template <support::endianness Endian> uint32_t getDataSize() const { in getDataSize() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.h470 size_t getDataSize() const { return mIntsPerResult * sizeof(uint64_t); } in getDataSize() function