Home
last modified time | relevance | path

Searched refs:SBSection (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBSection.cpp26 SBSection::SBSection () : in SBSection() function in SBSection
31 SBSection::SBSection (const SBSection &rhs) : in SBSection() function in SBSection
38 SBSection::SBSection (const lldb::SectionSP &section_sp) : in SBSection() function in SBSection
45 const SBSection &
46 SBSection::operator = (const SBSection &rhs) in operator =()
52 SBSection::~SBSection () in ~SBSection()
57 SBSection::IsValid () const in IsValid()
64 SBSection::GetName () in GetName()
72 lldb::SBSection
73 SBSection::GetParent() in GetParent()
[all …]
HDSBAddress.cpp47 SBAddress::SBAddress (lldb::SBSection section, lldb::addr_t offset) : in SBAddress()
91 SBAddress::SetAddress (lldb::SBSection section, lldb::addr_t offset) in SetAddress()
179 lldb::SBSection
182 lldb::SBSection sb_section; in GetSection()
HDSBModule.cpp431 SBSection
434 SBSection sb_section; in GetSectionAtIndex()
612 SBSection
615 SBSection sb_section; in FindSection()
HDSBTarget.cpp2104 SBTarget::SetSectionLoadAddress (lldb::SBSection section, in SetSectionLoadAddress()
2145 SBTarget::ClearSectionLoadAddress (lldb::SBSection section) in ClearSectionLoadAddress()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBSection.h18 class LLDB_API 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
46 lldb::SBSection
87 operator == (const lldb::SBSection &rhs);
[all …]
HDSBAddress.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; variable
HDSBModule.h136 lldb::SBSection
172 lldb::SBSection
341 friend class SBSection; variable
HDSBTarget.h384 SetSectionLoadAddress (lldb::SBSection section,
399 ClearSectionLoadAddress (lldb::SBSection section);
795 friend class SBSection; variable
HDSBStream.h81 friend class SBSection; variable
HDSBDefines.h68 class LLDB_API SBSection; variable
HDSBData.h171 friend class SBSection; variable
/NextBSD/lib/clang/liblldbAPI/
HDMakefile42 SBSection.cpp \
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmdCmdGdbInfo.cpp209 lldb::SBSection section = module.GetSectionAtIndex(j); in PrintFnSharedLibrary()