Searched refs:YAMLLinesSubsection (Results 1 – 1 of 1) sorted by relevance
120 struct YAMLLinesSubsection : public YAMLSubsectionBase { struct121 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {} in YAMLLinesSubsection() argument127 static Expected<std::shared_ptr<YAMLLinesSubsection>>324 void YAMLLinesSubsection::map(IO &IO) { in map()377 Subsection.Subsection = std::make_shared<YAMLLinesSubsection>(); in mapping()412 std::shared_ptr<DebugSubsection> YAMLLinesSubsection::toCodeViewSubsection( in toCodeViewSubsection()579 Expected<std::shared_ptr<YAMLLinesSubsection>>580 YAMLLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()584 auto Result = std::make_shared<YAMLLinesSubsection>(); in fromCodeViewSubsection()800 auto Result = YAMLLinesSubsection::fromCodeViewSubsection( in visitLines()