Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp178 struct YAMLSymbolsSubsection : public YAMLSubsectionBase { struct
179 YAMLSymbolsSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Symbols) {} in YAMLSymbolsSubsection() argument
185 static Expected<std::shared_ptr<YAMLSymbolsSubsection>>
348 void YAMLSymbolsSubsection::map(IO &IO) { in map()
385 Subsection.Subsection = std::make_shared<YAMLSymbolsSubsection>(); in mapping()
486 std::shared_ptr<DebugSubsection> YAMLSymbolsSubsection::toCodeViewSubsection( in toCodeViewSubsection()
669 Expected<std::shared_ptr<YAMLSymbolsSubsection>>
670 YAMLSymbolsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
672 auto Result = std::make_shared<YAMLSymbolsSubsection>(); in fromCodeViewSubsection()
860 auto Result = YAMLSymbolsSubsection::fromCodeViewSubsection(Symbols); in visitSymbols()