Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h111 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 DCOFFYAML.h84 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp368 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 DCOFFEmitter.cpp163 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h70 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections;
H A DYAMLOutputStyle.cpp266 CodeViewYAML::YAMLDebugSubsection::fromCodeViewSubection(SC, SS); in dumpDbiStream()