Home
last modified time | relevance | path

Searched refs:getSectionData (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/
DIceELFSectionTest.cpp52 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/
DIceELFSection.h286 llvm::StringRef getSectionData() const { in getSectionData() function
292 size_t getSectionDataSize() const { return getSectionData().size(); } in getSectionDataSize()
DIceELFObjectWriter.cpp668 Str.writeBytes(ShStrTab->getSectionData()); in writeNonUserSections()
686 Str.writeBytes(StrTab->getSectionData()); in writeNonUserSections()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp357 const MCSectionData &SymSD = Asm.getSectionData( in RecordRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp524 const MCSectionData &SymSD = Asm.getSectionData( in RecordX86Relocation()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h875 MCSectionData &getSectionData(const MCSection &Section) const { in getSectionData() function