Searched refs:YAMLChecksumsSubsection (Results 1 – 1 of 1) sorted by relevance
105 struct YAMLChecksumsSubsection : public YAMLSubsectionBase { struct106 YAMLChecksumsSubsection() in YAMLChecksumsSubsection() function113 static Expected<std::shared_ptr<YAMLChecksumsSubsection>>319 void YAMLChecksumsSubsection::map(IO &IO) { in map()374 auto SS = std::make_shared<YAMLChecksumsSubsection>(); in mapping()401 std::shared_ptr<DebugSubsection> YAMLChecksumsSubsection::toCodeViewSubsection( in toCodeViewSubsection()564 Expected<std::shared_ptr<YAMLChecksumsSubsection>>565 YAMLChecksumsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()568 auto Result = std::make_shared<YAMLChecksumsSubsection>(); in fromCodeViewSubsection()811 auto Result = YAMLChecksumsSubsection::fromCodeViewSubsection(State.strings(), in visitFileChecksums()