Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp191 struct YAMLStringTableSubsection : public YAMLSubsectionBase { struct
192 YAMLStringTableSubsection() in YAMLStringTableSubsection() function
199 static Expected<std::shared_ptr<YAMLStringTableSubsection>>
353 void YAMLStringTableSubsection::map(IO &IO) { in map()
387 Subsection.Subsection = std::make_shared<YAMLStringTableSubsection>(); in mapping()
497 YAMLStringTableSubsection::toCodeViewSubsection( in toCodeViewSubsection()
687 Expected<std::shared_ptr<YAMLStringTableSubsection>>
688 YAMLStringTableSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
690 auto Result = std::make_shared<YAMLStringTableSubsection>(); in fromCodeViewSubsection()
851 auto Result = YAMLStringTableSubsection::fromCodeViewSubsection(Strings); in visitStringTable()