Searched refs:YAMLStringTableSubsection (Results 1 – 1 of 1) sorted by relevance
193 struct YAMLStringTableSubsection : public YAMLSubsectionBase { struct194 YAMLStringTableSubsection() in YAMLStringTableSubsection() function201 static Expected<std::shared_ptr<YAMLStringTableSubsection>>355 void YAMLStringTableSubsection::map(IO &IO) { in map()389 Subsection.Subsection = std::make_shared<YAMLStringTableSubsection>(); in mapping()499 YAMLStringTableSubsection::toCodeViewSubsection( in toCodeViewSubsection()689 Expected<std::shared_ptr<YAMLStringTableSubsection>>690 YAMLStringTableSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()692 auto Result = std::make_shared<YAMLStringTableSubsection>(); in fromCodeViewSubsection()855 auto Result = YAMLStringTableSubsection::fromCodeViewSubsection(Strings); in visitStringTable()