Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp88 struct YAMLSubsectionBase { struct
89 explicit YAMLSubsectionBase(DebugSubsectionKind Kind) : Kind(Kind) {} in YAMLSubsectionBase() argument
90 virtual ~YAMLSubsectionBase() = default;
106 struct YAMLChecksumsSubsection : public YAMLSubsectionBase {
108 : YAMLSubsectionBase(DebugSubsectionKind::FileChecksums) {} in YAMLChecksumsSubsection()
121 struct YAMLLinesSubsection : public YAMLSubsectionBase {
122 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {} in YAMLLinesSubsection()
136 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase {
138 : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {} in YAMLInlineeLinesSubsection()
152 struct YAMLCrossModuleExportsSubsection : public YAMLSubsectionBase {
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h42 struct YAMLSubsectionBase;
116 std::shared_ptr<detail::YAMLSubsectionBase> Subsection;