Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp136 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase { struct
137 YAMLInlineeLinesSubsection() in YAMLInlineeLinesSubsection() function
144 static Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>
335 void YAMLInlineeLinesSubsection::map(IO &IO) { in map()
380 Subsection.Subsection = std::make_shared<YAMLInlineeLinesSubsection>(); in mapping()
444 YAMLInlineeLinesSubsection::toCodeViewSubsection( in toCodeViewSubsection()
618 Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>
619 YAMLInlineeLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
623 auto Result = std::make_shared<YAMLInlineeLinesSubsection>(); in fromCodeViewSubsection()
823 auto Result = YAMLInlineeLinesSubsection::fromCodeViewSubsection( in visitInlineeLines()