Searched refs:YAMLDebugSubsection (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.h | 110 struct YAMLDebugSubsection { struct 111 static Expected<YAMLDebugSubsection> 120 ArrayRef<YAMLDebugSubsection> Subsections, argument 123 std::vector<YAMLDebugSubsection> 126 void initializeStringsAndChecksums(ArrayRef<YAMLDebugSubsection> Sections, 133 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::YAMLDebugSubsection) 135 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::YAMLDebugSubsection)
|
H A D | COFFYAML.h | 84 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS;
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 370 void MappingTraits<YAMLDebugSubsection>::mapping( in mapping() 371 IO &IO, YAMLDebugSubsection &Subsection) { in mapping() 748 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList() 788 YAMLDebugSubsection Subsection; 890 Expected<YAMLDebugSubsection> 891 YAMLDebugSubsection::fromCodeViewSubection(const StringsAndChecksumsRef &SC, in fromCodeViewSubection() 900 std::vector<YAMLDebugSubsection> 913 std::vector<YAMLDebugSubsection> Result; in fromDebugS() 916 auto YamlSS = Err(YAMLDebugSubsection::fromCodeViewSubection(SC, SS)); in fromDebugS() 923 ArrayRef<YAMLDebugSubsection> Sections, codeview::StringsAndChecksums &SC) { in initializeStringsAndChecksums()
|
H A D | COFFEmitter.cpp | 169 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PdbYaml.h | 69 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections;
|
H A D | YAMLOutputStyle.cpp | 257 CodeViewYAML::YAMLDebugSubsection::fromCodeViewSubection(SC, SS); in dumpDbiStream()
|