Searched refs:YAMLFrameDataSubsection (Results 1 – 1 of 1) sorted by relevance
208 struct YAMLFrameDataSubsection : public YAMLSubsectionBase { struct209 YAMLFrameDataSubsection() in YAMLFrameDataSubsection() function216 static Expected<std::shared_ptr<YAMLFrameDataSubsection>>361 void YAMLFrameDataSubsection::map(IO &IO) { in map()392 Subsection.Subsection = std::make_shared<YAMLFrameDataSubsection>(); in mapping()509 std::shared_ptr<DebugSubsection> YAMLFrameDataSubsection::toCodeViewSubsection( in toCodeViewSubsection()708 Expected<std::shared_ptr<YAMLFrameDataSubsection>>709 YAMLFrameDataSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()712 auto Result = std::make_shared<YAMLFrameDataSubsection>(); in fromCodeViewSubsection()875 YAMLFrameDataSubsection::fromCodeViewSubsection(State.strings(), Frames); in visitFrameData()