Searched refs:YAMLSymbolsSubsection (Results 1 – 1 of 1) sorted by relevance
181 struct YAMLSymbolsSubsection : public YAMLSubsectionBase { struct182 YAMLSymbolsSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Symbols) {} in YAMLSymbolsSubsection() function188 static Expected<std::shared_ptr<YAMLSymbolsSubsection>>351 void YAMLSymbolsSubsection::map(IO &IO) { in map()388 Subsection.Subsection = std::make_shared<YAMLSymbolsSubsection>(); in mapping()489 std::shared_ptr<DebugSubsection> YAMLSymbolsSubsection::toCodeViewSubsection( in toCodeViewSubsection()672 Expected<std::shared_ptr<YAMLSymbolsSubsection>>673 YAMLSymbolsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()675 auto Result = std::make_shared<YAMLSymbolsSubsection>(); in fromCodeViewSubsection()865 auto Result = YAMLSymbolsSubsection::fromCodeViewSubsection(Symbols); in visitSymbols()