Lines Matching refs:YAMLDebugSubsection
370 void MappingTraits<YAMLDebugSubsection>::mapping(
371 IO &IO, YAMLDebugSubsection &Subsection) {
748 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections,
788 YAMLDebugSubsection Subsection;
890 Expected<YAMLDebugSubsection>
891 YAMLDebugSubsection::fromCodeViewSubection(const StringsAndChecksumsRef &SC,
900 std::vector<YAMLDebugSubsection>
913 std::vector<YAMLDebugSubsection> Result;
916 auto YamlSS = Err(YAMLDebugSubsection::fromCodeViewSubection(SC, SS));
923 ArrayRef<YAMLDebugSubsection> Sections, codeview::StringsAndChecksums &SC) {