Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp208 struct YAMLFrameDataSubsection : public YAMLSubsectionBase { struct
209 YAMLFrameDataSubsection() in YAMLFrameDataSubsection() function
216 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()