Searched refs:YAMLStringTableSubsection (Results 1 – 1 of 1) sorted by relevance
191 struct YAMLStringTableSubsection : public YAMLSubsectionBase { struct192 YAMLStringTableSubsection() in YAMLStringTableSubsection() argument199 static Expected<std::shared_ptr<YAMLStringTableSubsection>>353 void YAMLStringTableSubsection::map(IO &IO) { in map()387 Subsection.Subsection = std::make_shared<YAMLStringTableSubsection>(); in mapping()497 YAMLStringTableSubsection::toCodeViewSubsection( in toCodeViewSubsection()687 Expected<std::shared_ptr<YAMLStringTableSubsection>>688 YAMLStringTableSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()690 auto Result = std::make_shared<YAMLStringTableSubsection>(); in fromCodeViewSubsection()851 auto Result = YAMLStringTableSubsection::fromCodeViewSubsection(Strings); in visitStringTable()