Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp121 struct YAMLLinesSubsection : public YAMLSubsectionBase { struct
122 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {} in YAMLLinesSubsection() argument
128 static Expected<std::shared_ptr<YAMLLinesSubsection>>
325 void YAMLLinesSubsection::map(IO &IO) { in map()
378 Subsection.Subsection = std::make_shared<YAMLLinesSubsection>(); in mapping()
413 std::shared_ptr<DebugSubsection> YAMLLinesSubsection::toCodeViewSubsection( in toCodeViewSubsection()
580 Expected<std::shared_ptr<YAMLLinesSubsection>>
581 YAMLLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
585 auto Result = std::make_shared<YAMLLinesSubsection>(); in fromCodeViewSubsection()
801 auto Result = YAMLLinesSubsection::fromCodeViewSubsection( in visitLines()