Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp87 struct YAMLSubsectionBase { struct
89 virtual ~YAMLSubsectionBase() = default;
105 struct YAMLChecksumsSubsection : public YAMLSubsectionBase {
120 struct YAMLLinesSubsection : public YAMLSubsectionBase {
135 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase {
137 : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {} in YAMLInlineeLinesSubsection()
180 struct YAMLSymbolsSubsection : public YAMLSubsectionBase {
193 struct YAMLStringTableSubsection : public YAMLSubsectionBase {
195 : YAMLSubsectionBase(DebugSubsectionKind::StringTable) {} in YAMLStringTableSubsection()
207 struct YAMLFrameDataSubsection : public YAMLSubsectionBase {
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h41 struct YAMLSubsectionBase;
115 std::shared_ptr<detail::YAMLSubsectionBase> Subsection;