Searched refs:getSectionData (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/ |
D | IceELFSectionTest.cpp | 52 EXPECT_EQ(Strtab.getSectionData().slice(pop_index, pop_index + pop_size), in CheckStringTablePermLayout() 54 EXPECT_EQ(Strtab.getSectionData().slice(lollipop_index, in CheckStringTablePermLayout() 57 EXPECT_EQ(Strtab.getSectionData().slice(pops_index, pops_index + pops_size), in CheckStringTablePermLayout() 60 Strtab.getSectionData().slice(unpop_index, unpop_index + unpop_size), in CheckStringTablePermLayout() 62 EXPECT_EQ(Strtab.getSectionData().slice(popular_index, in CheckStringTablePermLayout() 66 Strtab.getSectionData().slice(strtab_index, strtab_index + strtab_size), in CheckStringTablePermLayout() 68 EXPECT_EQ(Strtab.getSectionData().slice(shstrtab_index, in CheckStringTablePermLayout() 72 Strtab.getSectionData().slice(symtab_index, symtab_index + symtab_size), in CheckStringTablePermLayout()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFSection.h | 286 llvm::StringRef getSectionData() const { in getSectionData() function 292 size_t getSectionDataSize() const { return getSectionData().size(); } in getSectionDataSize()
|
D | IceELFObjectWriter.cpp | 642 Str.writeBytes(ShStrTab->getSectionData()); in writeNonUserSections() 660 Str.writeBytes(StrTab->getSectionData()); in writeNonUserSections()
|