Searched refs:YAMLFrameDataSubsection (Results 1 – 1 of 1) sorted by relevance
205 struct YAMLFrameDataSubsection : public YAMLSubsectionBase { struct206 YAMLFrameDataSubsection() in YAMLFrameDataSubsection() argument213 static Expected<std::shared_ptr<YAMLFrameDataSubsection>>358 void YAMLFrameDataSubsection::map(IO &IO) { in map()389 Subsection.Subsection = std::make_shared<YAMLFrameDataSubsection>(); in mapping()506 std::shared_ptr<DebugSubsection> YAMLFrameDataSubsection::toCodeViewSubsection( in toCodeViewSubsection()705 Expected<std::shared_ptr<YAMLFrameDataSubsection>>706 YAMLFrameDataSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()709 auto Result = std::make_shared<YAMLFrameDataSubsection>(); in fromCodeViewSubsection()870 YAMLFrameDataSubsection::fromCodeViewSubsection(State.strings(), Frames); in visitFrameData()