Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp207 struct YAMLFrameDataSubsection : public YAMLSubsectionBase { struct
208 YAMLFrameDataSubsection() in YAMLFrameDataSubsection() function
215 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()