Lines Matching defs:YAMLCrossModuleExportsSubsection
149 struct YAMLCrossModuleExportsSubsection : public YAMLSubsectionBase {
150 YAMLCrossModuleExportsSubsection()
157 static Expected<std::shared_ptr<YAMLCrossModuleExportsSubsection>>
338 void YAMLCrossModuleExportsSubsection::map(IO &IO) {
380 std::make_shared<YAMLCrossModuleExportsSubsection>();
462 YAMLCrossModuleExportsSubsection::toCodeViewSubsection(
644 Expected<std::shared_ptr<YAMLCrossModuleExportsSubsection>>
645 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(
647 auto Result = std::make_shared<YAMLCrossModuleExportsSubsection>();
832 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(Exports);