Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp223 struct YAMLCoffSymbolRVASubsection : public YAMLSubsectionBase { struct
224 YAMLCoffSymbolRVASubsection() in YAMLCoffSymbolRVASubsection() function
231 static Expected<std::shared_ptr<YAMLCoffSymbolRVASubsection>>
366 void YAMLCoffSymbolRVASubsection::map(IO &IO) { in map()
394 Subsection.Subsection = std::make_shared<YAMLCoffSymbolRVASubsection>(); in mapping()
532 YAMLCoffSymbolRVASubsection::toCodeViewSubsection( in toCodeViewSubsection()
737 Expected<std::shared_ptr<YAMLCoffSymbolRVASubsection>>
738 YAMLCoffSymbolRVASubsection::fromCodeViewSubsection( in fromCodeViewSubsection()
740 auto Result = std::make_shared<YAMLCoffSymbolRVASubsection>(); in fromCodeViewSubsection()
884 auto Result = YAMLCoffSymbolRVASubsection::fromCodeViewSubsection(RVAs); in visitCOFFSymbolRVAs()