Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp152 struct YAMLCrossModuleExportsSubsection : public YAMLSubsectionBase { struct
153 YAMLCrossModuleExportsSubsection() in YAMLCrossModuleExportsSubsection() argument
160 static Expected<std::shared_ptr<YAMLCrossModuleExportsSubsection>>
341 void YAMLCrossModuleExportsSubsection::map(IO &IO) { in map()
383 std::make_shared<YAMLCrossModuleExportsSubsection>(); in mapping()
465 YAMLCrossModuleExportsSubsection::toCodeViewSubsection( in toCodeViewSubsection()
647 Expected<std::shared_ptr<YAMLCrossModuleExportsSubsection>>
648 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
650 auto Result = std::make_shared<YAMLCrossModuleExportsSubsection>(); in fromCodeViewSubsection()
835 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(Exports); in visitCrossModuleExports()