Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceELFSection.h190 size_t getSectionDataSize() const { in getSectionDataSize() function
243 size_t getSectionDataSize() const;
292 size_t getSectionDataSize() const { return getSectionData().size(); } in getSectionDataSize() function
DIceELFObjectWriter.cpp651 RelSec->setSize(RelSec->getSectionDataSize()); in writeRelocationSections()
665 ShStrTab->setSize(ShStrTab->getSectionDataSize()); in writeNonUserSections()
675 StrTab->setSize(StrTab->getSectionDataSize()); in writeNonUserSections()
681 SymTab->setSize(SymTab->getSectionDataSize()); in writeNonUserSections()
DIceELFSection.cpp92 size_t ELFRelocationSection::getSectionDataSize() const { in getSectionDataSize() function in Ice::ELFRelocationSection