Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp220 struct YAMLCoffSymbolRVASubsection : public YAMLSubsectionBase { struct
221 YAMLCoffSymbolRVASubsection() in YAMLCoffSymbolRVASubsection() argument
228 static Expected<std::shared_ptr<YAMLCoffSymbolRVASubsection>>
363 void YAMLCoffSymbolRVASubsection::map(IO &IO) { in map()
391 Subsection.Subsection = std::make_shared<YAMLCoffSymbolRVASubsection>(); in mapping()
529 YAMLCoffSymbolRVASubsection::toCodeViewSubsection( in toCodeViewSubsection()
734 Expected<std::shared_ptr<YAMLCoffSymbolRVASubsection>>
735 YAMLCoffSymbolRVASubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
737 auto Result = std::make_shared<YAMLCoffSymbolRVASubsection>(); in fromCodeViewSubsection()
879 auto Result = YAMLCoffSymbolRVASubsection::fromCodeViewSubsection(RVAs); in visitCOFFSymbolRVAs()