Searched defs:SBSection (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBSection.h1 //===-- SBSection.h ---------------------------------------------*- C++ -*-===//
18 class SBSection class in namespace:lldb
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/
H A DSBSection.cpp1 //===-- SBSection.cpp -------------------------------------------*- C++ -*-===//
10 #include "lldb/API/SBSection.h"
26 SBSection::SBSection () : function in class:SBSection
31 SBSection::SBSection (const SBSection &rhs) : function in class:SBSection
38 SBSection::SBSection (const lldb::SectionSP &section_sp) : function in class:SBSection
45 const SBSection
[all...]

Completed in 113 milliseconds