Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp120 struct YAMLLinesSubsection : public YAMLSubsectionBase { struct
121 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {} in YAMLLinesSubsection() function
127 static Expected<std::shared_ptr<YAMLLinesSubsection>>
324 void YAMLLinesSubsection::map(IO &IO) { in map()
377 Subsection.Subsection = std::make_shared<YAMLLinesSubsection>(); in mapping()
412 std::shared_ptr<DebugSubsection> YAMLLinesSubsection::toCodeViewSubsection( in toCodeViewSubsection()
579 Expected<std::shared_ptr<YAMLLinesSubsection>>
580 YAMLLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
584 auto Result = std::make_shared<YAMLLinesSubsection>(); in fromCodeViewSubsection()
800 auto Result = YAMLLinesSubsection::fromCodeViewSubsection( in visitLines()