Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp149 struct YAMLCrossModuleExportsSubsection : public YAMLSubsectionBase { struct
150 YAMLCrossModuleExportsSubsection() in YAMLCrossModuleExportsSubsection() function
157 static Expected<std::shared_ptr<YAMLCrossModuleExportsSubsection>>
338 void YAMLCrossModuleExportsSubsection::map(IO &IO) { in map()
380 std::make_shared<YAMLCrossModuleExportsSubsection>(); in mapping()
462 YAMLCrossModuleExportsSubsection::toCodeViewSubsection( in toCodeViewSubsection()
644 Expected<std::shared_ptr<YAMLCrossModuleExportsSubsection>>
645 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
647 auto Result = std::make_shared<YAMLCrossModuleExportsSubsection>(); in fromCodeViewSubsection()
830 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(Exports); in visitCrossModuleExports()