Searched refs:YAMLFrameDataSubsection (Results 1 – 1 of 1) sorted by relevance
207 struct YAMLFrameDataSubsection : public YAMLSubsectionBase { struct208 YAMLFrameDataSubsection() in YAMLFrameDataSubsection() function215 static Expected<std::shared_ptr<YAMLFrameDataSubsection>>360 void YAMLFrameDataSubsection::map(IO &IO) { in map()391 Subsection.Subsection = std::make_shared<YAMLFrameDataSubsection>(); in mapping()508 std::shared_ptr<DebugSubsection> YAMLFrameDataSubsection::toCodeViewSubsection( in toCodeViewSubsection()707 Expected<std::shared_ptr<YAMLFrameDataSubsection>>708 YAMLFrameDataSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()711 auto Result = std::make_shared<YAMLFrameDataSubsection>(); in fromCodeViewSubsection()874 YAMLFrameDataSubsection::fromCodeViewSubsection(State.strings(), Frames); in visitFrameData()