Searched refs:YAMLChecksumsSubsection (Results 1 – 1 of 1) sorted by relevance
103 struct YAMLChecksumsSubsection : public YAMLSubsectionBase { struct104 YAMLChecksumsSubsection() in YAMLChecksumsSubsection() function111 static Expected<std::shared_ptr<YAMLChecksumsSubsection>>317 void YAMLChecksumsSubsection::map(IO &IO) { in map()372 auto SS = std::make_shared<YAMLChecksumsSubsection>(); in mapping()399 std::shared_ptr<DebugSubsection> YAMLChecksumsSubsection::toCodeViewSubsection( in toCodeViewSubsection()562 Expected<std::shared_ptr<YAMLChecksumsSubsection>>563 YAMLChecksumsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()566 auto Result = std::make_shared<YAMLChecksumsSubsection>(); in fromCodeViewSubsection()807 auto Result = YAMLChecksumsSubsection::fromCodeViewSubsection(State.strings(), in visitFileChecksums()