Searched refs:YAMLLinesSubsection (Results 1 – 1 of 1) sorted by relevance
121 struct YAMLLinesSubsection : public YAMLSubsectionBase { struct122 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {} in YAMLLinesSubsection() argument128 static Expected<std::shared_ptr<YAMLLinesSubsection>>325 void YAMLLinesSubsection::map(IO &IO) { in map()378 Subsection.Subsection = std::make_shared<YAMLLinesSubsection>(); in mapping()413 std::shared_ptr<DebugSubsection> YAMLLinesSubsection::toCodeViewSubsection( in toCodeViewSubsection()580 Expected<std::shared_ptr<YAMLLinesSubsection>>581 YAMLLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()585 auto Result = std::make_shared<YAMLLinesSubsection>(); in fromCodeViewSubsection()801 auto Result = YAMLLinesSubsection::fromCodeViewSubsection( in visitLines()