Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp193 struct YAMLStringTableSubsection : public YAMLSubsectionBase { struct
194 YAMLStringTableSubsection() in YAMLStringTableSubsection() argument
201 static Expected<std::shared_ptr<YAMLStringTableSubsection>>
355 void YAMLStringTableSubsection::map(IO &IO) { in map()
389 Subsection.Subsection = std::make_shared<YAMLStringTableSubsection>(); in mapping()
499 YAMLStringTableSubsection::toCodeViewSubsection( in toCodeViewSubsection()
689 Expected<std::shared_ptr<YAMLStringTableSubsection>>
690 YAMLStringTableSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
692 auto Result = std::make_shared<YAMLStringTableSubsection>(); in fromCodeViewSubsection()
855 auto Result = YAMLStringTableSubsection::fromCodeViewSubsection(Strings); in visitStringTable()