Lines Matching defs:YAMLCrossModuleExportsSubsection
151 struct YAMLCrossModuleExportsSubsection : public YAMLSubsectionBase {
152 YAMLCrossModuleExportsSubsection()
159 static Expected<std::shared_ptr<YAMLCrossModuleExportsSubsection>>
340 void YAMLCrossModuleExportsSubsection::map(IO &IO) {
382 std::make_shared<YAMLCrossModuleExportsSubsection>();
464 YAMLCrossModuleExportsSubsection::toCodeViewSubsection(
646 Expected<std::shared_ptr<YAMLCrossModuleExportsSubsection>>
647 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(
649 auto Result = std::make_shared<YAMLCrossModuleExportsSubsection>();
834 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(Exports);