Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp135 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase { struct
136 YAMLInlineeLinesSubsection() in YAMLInlineeLinesSubsection() argument
143 static Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>
334 void YAMLInlineeLinesSubsection::map(IO &IO) { in map()
379 Subsection.Subsection = std::make_shared<YAMLInlineeLinesSubsection>(); in mapping()
443 YAMLInlineeLinesSubsection::toCodeViewSubsection( in toCodeViewSubsection()
617 Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>
618 YAMLInlineeLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
622 auto Result = std::make_shared<YAMLInlineeLinesSubsection>(); in fromCodeViewSubsection()
822 auto Result = YAMLInlineeLinesSubsection::fromCodeViewSubsection( in visitInlineeLines()