Lines Matching defs:SHT
1521 ELFYAML::SectionHeaderTable &SHT) {
1522 IO.mapOptional("Offset", SHT.Offset);
1523 IO.mapOptional("Sections", SHT.Sections);
1524 IO.mapOptional("Excluded", SHT.Excluded);
1525 IO.mapOptional("NoHeaders", SHT.NoHeaders);
1596 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get()))
1597 TypeStr = SHT->TypeStr;
1757 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) {
1758 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset))