Lines Matching defs:YAMLFrameDataSubsection
207 struct YAMLFrameDataSubsection : public YAMLSubsectionBase {
208 YAMLFrameDataSubsection()
215 static Expected<std::shared_ptr<YAMLFrameDataSubsection>>
360 void YAMLFrameDataSubsection::map(IO &IO) {
391 Subsection.Subsection = std::make_shared<YAMLFrameDataSubsection>();
508 std::shared_ptr<DebugSubsection> YAMLFrameDataSubsection::toCodeViewSubsection(
707 Expected<std::shared_ptr<YAMLFrameDataSubsection>>
708 YAMLFrameDataSubsection::fromCodeViewSubsection(
711 auto Result = std::make_shared<YAMLFrameDataSubsection>();
874 YAMLFrameDataSubsection::fromCodeViewSubsection(State.strings(), Frames);