Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp165 struct YAMLCrossModuleImportsSubsection : public YAMLSubsectionBase { struct
166 YAMLCrossModuleImportsSubsection() in YAMLCrossModuleImportsSubsection() argument
173 static Expected<std::shared_ptr<YAMLCrossModuleImportsSubsection>>
345 void YAMLCrossModuleImportsSubsection::map(IO &IO) { in map()
385 std::make_shared<YAMLCrossModuleImportsSubsection>(); in mapping()
474 YAMLCrossModuleImportsSubsection::toCodeViewSubsection( in toCodeViewSubsection()
654 Expected<std::shared_ptr<YAMLCrossModuleImportsSubsection>>
655 YAMLCrossModuleImportsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
658 auto Result = std::make_shared<YAMLCrossModuleImportsSubsection>(); in fromCodeViewSubsection()
844 auto Result = YAMLCrossModuleImportsSubsection::fromCodeViewSubsection( in visitCrossModuleImports()