9#ifndef LLDB_API_SBSECTION_H
10#define LLDB_API_SBSECTION_H
27 explicit operator bool()
const;
37 size_t GetNumSubSections();
47 uint64_t GetFileOffset();
49 uint64_t GetFileByteSize();
53 lldb::SBData GetSectionData(uint64_t offset, uint64_t size);
83 uint32_t GetAlignment();
static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch)
static Permissions GetPermissions(const ELFSectionHeader &H)
static lldb::SectionType GetSectionType(uint32_t flags, ConstString section_name)
static llvm::StringRef GetName(XcodeSDK::Type type)
lldb::SectionWP m_opaque_wp
std::shared_ptr< lldb_private::Section > SectionSP
bool LLDB_API operator==(const SBAddress &lhs, const SBAddress &rhs)
std::weak_ptr< lldb_private::Section > SectionWP