Searched refs:YAMLStringTableSubsection (Results 1 – 1 of 1) sorted by relevance
194 struct YAMLStringTableSubsection : public YAMLSubsectionBase { struct195 YAMLStringTableSubsection() in YAMLStringTableSubsection() argument202 static Expected<std::shared_ptr<YAMLStringTableSubsection>>356 void YAMLStringTableSubsection::map(IO &IO) { in map()390 Subsection.Subsection = std::make_shared<YAMLStringTableSubsection>(); in mapping()500 YAMLStringTableSubsection::toCodeViewSubsection( in toCodeViewSubsection()690 Expected<std::shared_ptr<YAMLStringTableSubsection>>691 YAMLStringTableSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()693 auto Result = std::make_shared<YAMLStringTableSubsection>(); in fromCodeViewSubsection()856 auto Result = YAMLStringTableSubsection::fromCodeViewSubsection(Strings); in visitStringTable()