Home
last modified time | relevance | path

Searched refs:ELFStringTableSection (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFSection.h29 class ELFStringTableSection;
196 void updateIndices(const ELFStringTableSection *StrTab);
260 class ELFStringTableSection : public ELFSection { class
261 ELFStringTableSection() = delete;
262 ELFStringTableSection(const ELFStringTableSection &) = delete;
263 ELFStringTableSection &operator=(const ELFStringTableSection &) = delete;
H A DIceELFSection.cpp155 void ELFSymbolTableSection::updateIndices(const ELFStringTableSection *StrTab) { in updateIndices()
189 void ELFStringTableSection::add(const std::string &Str) { in add()
195 size_t ELFStringTableSection::getIndex(const std::string &Str) const { in getIndex()
205 bool ELFStringTableSection::SuffixComparator::operator()( in operator ()()
222 void ELFStringTableSection::doLayout() { in doLayout()
H A DIceELFObjectWriter.h123 ELFStringTableSection *ShStrTab;
125 ELFStringTableSection *StrTab;
H A DIceELFObjectWriter.cpp78 ShStrTab = new (Ctx.allocate<ELFStringTableSection>()) in ELFObjectWriter()
79 ELFStringTableSection(ShStrTabName, SHT_STRTAB, 0, 1, 0); in ELFObjectWriter()
94 createSection<ELFStringTableSection>(StrTabName, SHT_STRTAB, 0, 1, 0); in ELFObjectWriter()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/
H A DIceELFSectionTest.cpp24 void CheckStringTablePermLayout(const ELFStringTableSection &Strtab) { in CheckStringTablePermLayout()
101 ELFStringTableSection Strtab(".strtab", SHT_STRTAB, 0, 1, 0); in TEST()
113 ELFStringTableSection Strtab(".strtab", SHT_STRTAB, 0, 1, 0); in TEST()

Completed in 4 milliseconds