Searched refs:SBSection (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSection.h1 //===-- SBSection.h ---------------------------------------------*- C++ -*-===//
18 class LLDB_API 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...]
H A DSBAddress.h26 SBAddress (lldb::SBSection section, lldb::addr_t offset);
49 SetAddress (lldb::SBSection section, lldb::addr_t offset);
79 lldb::SBSection
115 friend class SBSection;
H A DSBModule.h15 #include "lldb/API/SBSection.h"
136 lldb::SBSection
172 lldb::SBSection
341 friend class SBSection;
H A DSBStream.h83 friend class SBSection;
H A DSBDefines.h68 class LLDB_API SBSection; member in namespace:lldb
H A DSBTarget.h388 SetSectionLoadAddress (lldb::SBSection section,
403 ClearSectionLoadAddress (lldb::SBSection section);
822 friend class SBSection;
H A DSBData.h171 friend class SBSection;
/freebsd-11.0-release/contrib/llvm/tools/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...]
H A DSBAddress.cpp12 #include "lldb/API/SBSection.h"
47 SBAddress::SBAddress (lldb::SBSection section, lldb::addr_t offset) :
91 SBAddress::SetAddress (lldb::SBSection section, lldb::addr_t offset)
179 lldb::SBSection
182 lldb::SBSection sb_section;
H A DSBModule.cpp431 SBSection
434 SBSection sb_section;
624 SBSection
627 SBSection sb_section;
H A DSBTarget.cpp2149 SBTarget::SetSectionLoadAddress (lldb::SBSection section,
2190 SBTarget::ClearSectionLoadAddress (lldb::SBSection section)
/freebsd-11.0-release/lib/clang/liblldbAPI/
H A DMakefile42 SBSection.cpp \
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbInfo.cpp209 lldb::SBSection section = module.GetSectionAtIndex(j);
H A DMICmnLLDBDebuggerHandleEvents.cpp736 lldb::SBSection sbSection = sbAddress.GetSection();

Completed in 80 milliseconds