Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp166 struct YAMLCrossModuleImportsSubsection : public YAMLSubsectionBase { struct
167 YAMLCrossModuleImportsSubsection() in YAMLCrossModuleImportsSubsection() function
174 static Expected<std::shared_ptr<YAMLCrossModuleImportsSubsection>>
346 void YAMLCrossModuleImportsSubsection::map(IO &IO) { in map()
386 std::make_shared<YAMLCrossModuleImportsSubsection>(); in mapping()
475 YAMLCrossModuleImportsSubsection::toCodeViewSubsection( in toCodeViewSubsection()
655 Expected<std::shared_ptr<YAMLCrossModuleImportsSubsection>>
656 YAMLCrossModuleImportsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
659 auto Result = std::make_shared<YAMLCrossModuleImportsSubsection>(); in fromCodeViewSubsection()
845 auto Result = YAMLCrossModuleImportsSubsection::fromCodeViewSubsection( in visitCrossModuleImports()