Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp103 struct YAMLChecksumsSubsection : public YAMLSubsectionBase { struct
104 YAMLChecksumsSubsection() in YAMLChecksumsSubsection() function
111 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()