Lines Matching defs:YAMLLinesSubsection
118 struct YAMLLinesSubsection : public YAMLSubsectionBase {
119 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {}
125 static Expected<std::shared_ptr<YAMLLinesSubsection>>
322 void YAMLLinesSubsection::map(IO &IO) {
375 Subsection.Subsection = std::make_shared<YAMLLinesSubsection>();
410 std::shared_ptr<DebugSubsection> YAMLLinesSubsection::toCodeViewSubsection(
577 Expected<std::shared_ptr<YAMLLinesSubsection>>
578 YAMLLinesSubsection::fromCodeViewSubsection(
582 auto Result = std::make_shared<YAMLLinesSubsection>();
798 auto Result = YAMLLinesSubsection::fromCodeViewSubsection(