Searched refs:getSectionData (Results 1 – 6 of 6) 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 | 668 Str.writeBytes(ShStrTab->getSectionData()); in writeNonUserSections() 686 Str.writeBytes(StrTab->getSectionData()); in writeNonUserSections()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 357 const MCSectionData &SymSD = Asm.getSectionData( in RecordRelocation()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 524 const MCSectionData &SymSD = Asm.getSectionData( in RecordX86Relocation()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCAssembler.h | 875 MCSectionData &getSectionData(const MCSection &Section) const { in getSectionData() function
|