Searched refs:YAMLLinesSubsection (Results 1 – 1 of 1) sorted by relevance
118 struct YAMLLinesSubsection : public YAMLSubsectionBase { struct119 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {} in YAMLLinesSubsection() function125 static Expected<std::shared_ptr<YAMLLinesSubsection>>322 void YAMLLinesSubsection::map(IO &IO) { in map()375 Subsection.Subsection = std::make_shared<YAMLLinesSubsection>(); in mapping()410 std::shared_ptr<DebugSubsection> YAMLLinesSubsection::toCodeViewSubsection( in toCodeViewSubsection()577 Expected<std::shared_ptr<YAMLLinesSubsection>>578 YAMLLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()582 auto Result = std::make_shared<YAMLLinesSubsection>(); in fromCodeViewSubsection()796 auto Result = YAMLLinesSubsection::fromCodeViewSubsection( in visitLines()