Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp133 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase { struct
134 YAMLInlineeLinesSubsection() in YAMLInlineeLinesSubsection() function
141 static Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>
332 void YAMLInlineeLinesSubsection::map(IO &IO) { in map()
377 Subsection.Subsection = std::make_shared<YAMLInlineeLinesSubsection>(); in mapping()
441 YAMLInlineeLinesSubsection::toCodeViewSubsection( in toCodeViewSubsection()
615 Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>
616 YAMLInlineeLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
620 auto Result = std::make_shared<YAMLInlineeLinesSubsection>(); in fromCodeViewSubsection()
818 auto Result = YAMLInlineeLinesSubsection::fromCodeViewSubsection( in visitInlineeLines()