Searched refs:YAMLSymbolsSubsection (Results 1 – 1 of 1) sorted by relevance
178 struct YAMLSymbolsSubsection : public YAMLSubsectionBase { struct179 YAMLSymbolsSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Symbols) {} in YAMLSymbolsSubsection() function185 static Expected<std::shared_ptr<YAMLSymbolsSubsection>>348 void YAMLSymbolsSubsection::map(IO &IO) { in map()385 Subsection.Subsection = std::make_shared<YAMLSymbolsSubsection>(); in mapping()486 std::shared_ptr<DebugSubsection> YAMLSymbolsSubsection::toCodeViewSubsection( in toCodeViewSubsection()669 Expected<std::shared_ptr<YAMLSymbolsSubsection>>670 YAMLSymbolsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()672 auto Result = std::make_shared<YAMLSymbolsSubsection>(); in fromCodeViewSubsection()860 auto Result = YAMLSymbolsSubsection::fromCodeViewSubsection(Symbols); in visitSymbols()