Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp194 struct YAMLStringTableSubsection : public YAMLSubsectionBase { struct
195 YAMLStringTableSubsection() in YAMLStringTableSubsection() argument
202 static Expected<std::shared_ptr<YAMLStringTableSubsection>>
356 void YAMLStringTableSubsection::map(IO &IO) { in map()
390 Subsection.Subsection = std::make_shared<YAMLStringTableSubsection>(); in mapping()
500 YAMLStringTableSubsection::toCodeViewSubsection( in toCodeViewSubsection()
690 Expected<std::shared_ptr<YAMLStringTableSubsection>>
691 YAMLStringTableSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
693 auto Result = std::make_shared<YAMLStringTableSubsection>(); in fromCodeViewSubsection()
856 auto Result = YAMLStringTableSubsection::fromCodeViewSubsection(Strings); in visitStringTable()