Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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.cpp625 RelSec->setSize(RelSec->getSectionDataSize()); in writeRelocationSections()
639 ShStrTab->setSize(ShStrTab->getSectionDataSize()); in writeNonUserSections()
649 StrTab->setSize(StrTab->getSectionDataSize()); in writeNonUserSections()
655 SymTab->setSize(SymTab->getSectionDataSize()); in writeNonUserSections()
DIceELFSection.cpp92 size_t ELFRelocationSection::getSectionDataSize() const { in getSectionDataSize() function in Ice::ELFRelocationSection