Home
last modified time | relevance | path

Searched refs:YAMLSubsectionBase (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp85 struct YAMLSubsectionBase { struct
86 explicit YAMLSubsectionBase(DebugSubsectionKind Kind) : Kind(Kind) {} in YAMLSubsectionBase() function
87 virtual ~YAMLSubsectionBase() = default;
103 struct YAMLChecksumsSubsection : public YAMLSubsectionBase {
105 : YAMLSubsectionBase(DebugSubsectionKind::FileChecksums) {} in YAMLChecksumsSubsection()
118 struct YAMLLinesSubsection : public YAMLSubsectionBase {
119 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {} in YAMLLinesSubsection()
133 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase {
135 : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {} in YAMLInlineeLinesSubsection()
149 struct YAMLCrossModuleExportsSubsection : public YAMLSubsectionBase {
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h42 struct YAMLSubsectionBase;
116 std::shared_ptr<detail::YAMLSubsectionBase> Subsection;