HomeSort by relevance Sort by last modified time
    Searched defs:SBSection (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/API/
SBSection.h 1 //===-- SBSection.h ---------------------------------------------*- C++ -*-===//
18 class SBSection
22 SBSection ();
24 SBSection (const lldb::SBSection &rhs);
26 ~SBSection ();
28 const lldb::SBSection &
29 operator = (const lldb::SBSection &rhs);
37 lldb::SBSection
40 lldb::SBSection
    [all...]
  /external/lldb/source/API/
SBSection.cpp 1 //===-- SBSection.cpp -------------------------------------------*- C++ -*-===//
10 #include "lldb/API/SBSection.h"
26 SBSection::SBSection () :
31 SBSection::SBSection (const SBSection &rhs) :
38 SBSection::SBSection (const lldb::SectionSP &section_sp) :
45 const SBSection
    [all...]

Completed in 43 milliseconds