Lines Matching defs:YAMLFrameDataSubsection
205 struct YAMLFrameDataSubsection : public YAMLSubsectionBase {
206 YAMLFrameDataSubsection()
213 static Expected<std::shared_ptr<YAMLFrameDataSubsection>>
358 void YAMLFrameDataSubsection::map(IO &IO) {
389 Subsection.Subsection = std::make_shared<YAMLFrameDataSubsection>();
506 std::shared_ptr<DebugSubsection> YAMLFrameDataSubsection::toCodeViewSubsection(
705 Expected<std::shared_ptr<YAMLFrameDataSubsection>>
706 YAMLFrameDataSubsection::fromCodeViewSubsection(
709 auto Result = std::make_shared<YAMLFrameDataSubsection>();
872 YAMLFrameDataSubsection::fromCodeViewSubsection(State.strings(), Frames);