Searched refs:YAMLDebugSubsection (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 111 struct YAMLDebugSubsection { struct 112 LLVM_ABI static Expected<YAMLDebugSubsection> 121 ArrayRef<YAMLDebugSubsection> Subsections, argument 124 LLVM_ABI std::vector<YAMLDebugSubsection> 128 initializeStringsAndChecksums(ArrayRef<YAMLDebugSubsection> Sections, 135 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::YAMLDebugSubsection) 137 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::YAMLDebugSubsection)
|
| H A D | COFFYAML.h | 84 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS;
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 368 void MappingTraits<YAMLDebugSubsection>::mapping( in mapping() 369 IO &IO, YAMLDebugSubsection &Subsection) { in mapping() 744 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList() 784 YAMLDebugSubsection Subsection; 886 Expected<YAMLDebugSubsection> 887 YAMLDebugSubsection::fromCodeViewSubection(const StringsAndChecksumsRef &SC, in fromCodeViewSubection() 896 std::vector<YAMLDebugSubsection> 909 std::vector<YAMLDebugSubsection> Result; in fromDebugS() 912 auto YamlSS = Err(YAMLDebugSubsection::fromCodeViewSubection(SC, SS)); in fromDebugS() 919 ArrayRef<YAMLDebugSubsection> Sections, codeview::StringsAndChecksums &SC) { in initializeStringsAndChecksums()
|
| H A D | COFFEmitter.cpp | 163 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PdbYaml.h | 70 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections;
|
| H A D | YAMLOutputStyle.cpp | 266 CodeViewYAML::YAMLDebugSubsection::fromCodeViewSubection(SC, SS); in dumpDbiStream()
|