Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp151 struct YAMLCrossModuleExportsSubsection : public YAMLSubsectionBase { struct
152 YAMLCrossModuleExportsSubsection() in YAMLCrossModuleExportsSubsection() function
159 static Expected<std::shared_ptr<YAMLCrossModuleExportsSubsection>>
340 void YAMLCrossModuleExportsSubsection::map(IO &IO) { in map()
382 std::make_shared<YAMLCrossModuleExportsSubsection>(); in mapping()
464 YAMLCrossModuleExportsSubsection::toCodeViewSubsection( in toCodeViewSubsection()
646 Expected<std::shared_ptr<YAMLCrossModuleExportsSubsection>>
647 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
649 auto Result = std::make_shared<YAMLCrossModuleExportsSubsection>(); in fromCodeViewSubsection()
834 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(Exports); in visitCrossModuleExports()