HomeSort by: relevance | last modified time | path
    Searched refs:YAMLSubsectionBase (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 41 struct YAMLSubsectionBase;
115 std::shared_ptr<detail::YAMLSubsectionBase> Subsection;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 87 struct YAMLSubsectionBase {
88 explicit YAMLSubsectionBase(DebugSubsectionKind Kind) : Kind(Kind) {}
89 virtual ~YAMLSubsectionBase() = default;
105 struct YAMLChecksumsSubsection : public YAMLSubsectionBase {
107 : YAMLSubsectionBase(DebugSubsectionKind::FileChecksums) {}
120 struct YAMLLinesSubsection : public YAMLSubsectionBase {
121 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {}
135 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase {
137 : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {}
151 struct YAMLCrossModuleExportsSubsection : public YAMLSubsectionBase {
    [all...]

Completed in 14 milliseconds