Home
last modified time | relevance | path

Searched defs:getSectionDataSize (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceELFSection.h190 size_t getSectionDataSize() const { in getSectionDataSize() function
292 size_t getSectionDataSize() const { return getSectionData().size(); } in getSectionDataSize() function
DIceELFSection.cpp92 size_t ELFRelocationSection::getSectionDataSize() const { in getSectionDataSize() function in Ice::ELFRelocationSection