Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp106 struct YAMLChecksumsSubsection : public YAMLSubsectionBase { struct
107 YAMLChecksumsSubsection() in YAMLChecksumsSubsection() argument
114 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()