Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp88 struct YAMLSubsectionBase { struct
90 virtual ~YAMLSubsectionBase() = default;
106 struct YAMLChecksumsSubsection : public YAMLSubsectionBase {
121 struct YAMLLinesSubsection : public YAMLSubsectionBase {
136 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase {
138 : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {} in YAMLInlineeLinesSubsection()
181 struct YAMLSymbolsSubsection : public YAMLSubsectionBase {
194 struct YAMLStringTableSubsection : public YAMLSubsectionBase {
196 : YAMLSubsectionBase(DebugSubsectionKind::StringTable) {} in YAMLStringTableSubsection()
208 struct YAMLFrameDataSubsection : public YAMLSubsectionBase {
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h42 struct YAMLSubsectionBase;
116 std::shared_ptr<detail::YAMLSubsectionBase> Subsection;