Searched refs:getSectionData (Results 1 – 5 of 5) sorted by relevance
/external/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()
|
/external/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 | 648 Str.writeBytes(ShStrTab->getSectionData()); in writeNonUserSections() 666 Str.writeBytes(StrTab->getSectionData()); in writeNonUserSections()
|
/external/skia/src/sksl/ |
D | SkSLASTNode.h | 528 const SectionData& getSectionData() const { in getSectionData() function
|
D | SkSLIRGenerator.cpp | 1341 const ASTNode::SectionData& section = decl.getSectionData(); in convertIdentifier() 1388 const ASTNode::SectionData& section = s.getSectionData(); in convertSection()
|