Home
last modified time | relevance | path

Searched refs:YAMLFrameDataSubsection (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp205 struct YAMLFrameDataSubsection : public YAMLSubsectionBase { struct
206 YAMLFrameDataSubsection() in YAMLFrameDataSubsection() argument
213 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()