Lines Matching defs:SHT
1500 ELFYAML::SectionHeaderTable &SHT) {
1501 IO.mapOptional("Offset", SHT.Offset);
1502 IO.mapOptional("Sections", SHT.Sections);
1503 IO.mapOptional("Excluded", SHT.Excluded);
1504 IO.mapOptional("NoHeaders", SHT.NoHeaders);
1575 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get()))
1576 TypeStr = SHT->TypeStr;
1734 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) {
1735 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset))