HomeSort by relevance Sort by last modified time
    Searched refs:getSectionData (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/subzero/unittest/
IceELFSectionTest.cpp 52 EXPECT_EQ(Strtab.getSectionData().slice(pop_index, pop_index + pop_size),
54 EXPECT_EQ(Strtab.getSectionData().slice(lollipop_index,
57 EXPECT_EQ(Strtab.getSectionData().slice(pops_index, pops_index + pops_size),
60 Strtab.getSectionData().slice(unpop_index, unpop_index + unpop_size),
62 EXPECT_EQ(Strtab.getSectionData().slice(popular_index,
66 Strtab.getSectionData().slice(strtab_index, strtab_index + strtab_size),
68 EXPECT_EQ(Strtab.getSectionData().slice(shstrtab_index,
72 Strtab.getSectionData().slice(symtab_index, symtab_index + symtab_size),
  /external/swiftshader/third_party/subzero/src/
IceELFSection.h 286 llvm::StringRef getSectionData() const {
292 size_t getSectionDataSize() const { return getSectionData().size(); }
IceELFObjectWriter.cpp 668 Str.writeBytes(ShStrTab->getSectionData());
686 Str.writeBytes(StrTab->getSectionData());
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 357 const MCSectionData &SymSD = Asm.getSectionData(
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 875 MCSectionData &getSectionData(const MCSection &Section) const {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 524 const MCSectionData &SymSD = Asm.getSectionData(

Completed in 407 milliseconds