Searched refs:YAMLChecksumsSubsection (Results 1 – 1 of 1) sorted by relevance
106 struct YAMLChecksumsSubsection : public YAMLSubsectionBase { struct107 YAMLChecksumsSubsection() in YAMLChecksumsSubsection() argument114 static Expected<std::shared_ptr<YAMLChecksumsSubsection>>320 void YAMLChecksumsSubsection::map(IO &IO) { in map()375 auto SS = std::make_shared<YAMLChecksumsSubsection>(); in mapping()402 std::shared_ptr<DebugSubsection> YAMLChecksumsSubsection::toCodeViewSubsection( in toCodeViewSubsection()565 Expected<std::shared_ptr<YAMLChecksumsSubsection>>566 YAMLChecksumsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()569 auto Result = std::make_shared<YAMLChecksumsSubsection>(); in fromCodeViewSubsection()812 auto Result = YAMLChecksumsSubsection::fromCodeViewSubsection(State.strings(), in visitFileChecksums()