Home
last modified time | relevance | path

Searched defs:SBSection (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBSection.cpp23 SBSection::SBSection() { LLDB_INSTRUMENT_VA(this); } in SBSection() function in SBSection
25 SBSection::SBSection(const SBSection &rhs) : m_opaque_wp(rhs.m_opaque_wp) { in SBSection() function in SBSection
29 SBSection::SBSection(const lldb::SectionSP &section_sp) { in SBSection() function in SBSection
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBModule.h302 friend class SBSection; variable
HDSBData.h153 friend class SBSection; variable
HDSBAddress.h98 friend class SBSection; variable
HDSBTarget.h959 friend class SBSection; variable
HDSBStream.h94 friend class SBSection; variable
HDSBDefines.h103 class LLDB_API SBSection; variable