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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugSubsection.cpp 1 //===- DebugSubsection.cpp -----------------------------------*- C++-*-===//
9 #include "llvm/DebugInfo/CodeView/DebugSubsection.h"
15 DebugSubsection::~DebugSubsection() {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugSubsection.h 1 //===- DebugSubsection.h ------------------------------------*- C++ -*-===//
32 class DebugSubsection {
34 explicit DebugSubsection(DebugSubsectionKind Kind) : Kind(Kind) {}
35 virtual ~DebugSubsection();
37 static bool classof(const DebugSubsection *S) { return true; }

Completed in 48 milliseconds