Searched refs:YAMLCoffSymbolRVASubsection (Results 1 – 1 of 1) sorted by relevance
222 struct YAMLCoffSymbolRVASubsection : public YAMLSubsectionBase { struct223 YAMLCoffSymbolRVASubsection() in YAMLCoffSymbolRVASubsection() argument230 static Expected<std::shared_ptr<YAMLCoffSymbolRVASubsection>>365 void YAMLCoffSymbolRVASubsection::map(IO &IO) { in map()393 Subsection.Subsection = std::make_shared<YAMLCoffSymbolRVASubsection>(); in mapping()531 YAMLCoffSymbolRVASubsection::toCodeViewSubsection( in toCodeViewSubsection()736 Expected<std::shared_ptr<YAMLCoffSymbolRVASubsection>>737 YAMLCoffSymbolRVASubsection::fromCodeViewSubsection( in fromCodeViewSubsection()739 auto Result = std::make_shared<YAMLCoffSymbolRVASubsection>(); in fromCodeViewSubsection()883 auto Result = YAMLCoffSymbolRVASubsection::fromCodeViewSubsection(RVAs); in visitCOFFSymbolRVAs()