Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp222 struct YAMLCoffSymbolRVASubsection : public YAMLSubsectionBase { struct
223 YAMLCoffSymbolRVASubsection() in YAMLCoffSymbolRVASubsection() argument
230 static Expected<std::shared_ptr<YAMLCoffSymbolRVASubsection>>
365 void YAMLCoffSymbolRVASubsection::map(IO &IO) { in map()
393 Subsection.Subsection = std::make_shared<YAMLCoffSymbolRVASubsection>(); in mapping()
531 YAMLCoffSymbolRVASubsection::toCodeViewSubsection( in toCodeViewSubsection()
736 Expected<std::shared_ptr<YAMLCoffSymbolRVASubsection>>
737 YAMLCoffSymbolRVASubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
739 auto Result = std::make_shared<YAMLCoffSymbolRVASubsection>(); in fromCodeViewSubsection()
883 auto Result = YAMLCoffSymbolRVASubsection::fromCodeViewSubsection(RVAs); in visitCOFFSymbolRVAs()