Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp105 struct YAMLChecksumsSubsection : public YAMLSubsectionBase { struct
106 YAMLChecksumsSubsection() in YAMLChecksumsSubsection() function
113 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()