Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp193 struct YAMLStringTableSubsection : public YAMLSubsectionBase { struct
194 YAMLStringTableSubsection() in YAMLStringTableSubsection() function
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()