Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp118 struct YAMLLinesSubsection : public YAMLSubsectionBase { struct
119 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {} in YAMLLinesSubsection() function
125 static Expected<std::shared_ptr<YAMLLinesSubsection>>
322 void YAMLLinesSubsection::map(IO &IO) { in map()
375 Subsection.Subsection = std::make_shared<YAMLLinesSubsection>(); in mapping()
410 std::shared_ptr<DebugSubsection> YAMLLinesSubsection::toCodeViewSubsection( in toCodeViewSubsection()
577 Expected<std::shared_ptr<YAMLLinesSubsection>>
578 YAMLLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
582 auto Result = std::make_shared<YAMLLinesSubsection>(); in fromCodeViewSubsection()
796 auto Result = YAMLLinesSubsection::fromCodeViewSubsection( in visitLines()