Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h111 struct YAMLDebugSubsection { struct
112 static Expected<YAMLDebugSubsection>
123 ArrayRef<YAMLDebugSubsection> Subsections, argument
126 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)
H A DCOFFYAML.h74 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS;
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp371 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()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h74 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections;
H A DYAMLOutputStyle.cpp261 CodeViewYAML::YAMLDebugSubsection::fromCodeViewSubection(SC, SS); in dumpDbiStream()