Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp163 struct YAMLCrossModuleImportsSubsection : public YAMLSubsectionBase { struct
164 YAMLCrossModuleImportsSubsection() in YAMLCrossModuleImportsSubsection() function
171 static Expected<std::shared_ptr<YAMLCrossModuleImportsSubsection>>
343 void YAMLCrossModuleImportsSubsection::map(IO &IO) { in map()
383 std::make_shared<YAMLCrossModuleImportsSubsection>(); in mapping()
472 YAMLCrossModuleImportsSubsection::toCodeViewSubsection( in toCodeViewSubsection()
652 Expected<std::shared_ptr<YAMLCrossModuleImportsSubsection>>
653 YAMLCrossModuleImportsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
656 auto Result = std::make_shared<YAMLCrossModuleImportsSubsection>(); in fromCodeViewSubsection()
840 auto Result = YAMLCrossModuleImportsSubsection::fromCodeViewSubsection( in visitCrossModuleImports()