Searched refs:YAMLDebugSubsection (Results 1 – 5 of 5) sorted by relevance
111 struct YAMLDebugSubsection { struct112 static Expected<YAMLDebugSubsection>123 ArrayRef<YAMLDebugSubsection> Subsections, argument126 std::vector<YAMLDebugSubsection>129 void initializeStringsAndChecksums(ArrayRef<YAMLDebugSubsection> Sections,136 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::YAMLDebugSubsection)138 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::YAMLDebugSubsection)
74 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS;
371 void MappingTraits<YAMLDebugSubsection>::mapping( in mapping()372 IO &IO, YAMLDebugSubsection &Subsection) { in mapping()749 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList()789 YAMLDebugSubsection Subsection;891 Expected<YAMLDebugSubsection>892 YAMLDebugSubsection::fromCodeViewSubection(const StringsAndChecksumsRef &SC, in fromCodeViewSubection()901 std::vector<YAMLDebugSubsection>914 std::vector<YAMLDebugSubsection> Result; in fromDebugS()917 auto YamlSS = Err(YAMLDebugSubsection::fromCodeViewSubection(SC, SS)); in fromDebugS()924 ArrayRef<YAMLDebugSubsection> Sections, codeview::StringsAndChecksums &SC) { in initializeStringsAndChecksums()
74 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections;
261 CodeViewYAML::YAMLDebugSubsection::fromCodeViewSubection(SC, SS); in dumpDbiStream()