AllClear(ValueType mask) const | lldb_private::Flags | inline |
AllSet(ValueType mask) const | lldb_private::Flags | inline |
AnyClear(ValueType mask) const | lldb_private::Flags | inline |
AnySet(ValueType mask) const | lldb_private::Flags | inline |
lldb_private::Clear() | lldb_private::UserID | inline |
lldb_private::Flags::Clear(ValueType mask=~static_cast< ValueType >(0)) | lldb_private::Flags | inline |
Compare(const Section &a, const Section &b) | lldb_private::Section | static |
ContainsFileAddress(lldb::addr_t vm_addr) const | lldb_private::Section | |
ContainsOnlyDebugInfo() const | lldb_private::Section | |
Dump(llvm::raw_ostream &s, unsigned indent, Target *target, uint32_t depth) const | lldb_private::Section | |
DumpName(llvm::raw_ostream &s) const | lldb_private::Section | |
Flags(ValueType flags=0) | lldb_private::Flags | inline |
Get() const | lldb_private::Flags | inline |
GetBitSize() const | lldb_private::Flags | inline |
GetByteSize() const | lldb_private::Section | inline |
GetChildren() | lldb_private::Section | inline |
GetChildren() const | lldb_private::Section | inline |
GetFileAddress() const | lldb_private::Section | |
GetFileOffset() const | lldb_private::Section | inline |
GetFileSize() const | lldb_private::Section | inline |
GetID() const | lldb_private::UserID | inline |
GetLoadBaseAddress(Target *target) const | lldb_private::Section | |
GetLog2Align() | lldb_private::Section | inline |
GetModule() const | lldb_private::ModuleChild | |
GetName() const | lldb_private::Section | inline |
GetObjectFile() | lldb_private::Section | inline |
GetObjectFile() const | lldb_private::Section | inline |
GetOffset() const | lldb_private::Section | |
GetParent() const | lldb_private::Section | inline |
GetPermissions() const | lldb_private::Section | |
GetSectionData(void *dst, lldb::offset_t dst_len, lldb::offset_t offset=0) | lldb_private::Section | |
GetSectionData(DataExtractor &data) | lldb_private::Section | |
GetTargetByteSize() const | lldb_private::Section | inline |
GetType() const | lldb_private::Section | inline |
GetTypeAsCString() const | lldb_private::Section | |
IsClear(ValueType bit) const | lldb_private::Flags | inline |
IsDescendant(const Section *section) | lldb_private::Section | |
IsEncrypted() const | lldb_private::Section | inline |
IsFake() const | lldb_private::Section | inline |
IsRelocated() const | lldb_private::Section | inline |
IsThreadSpecific() const | lldb_private::Section | inline |
m_byte_size | lldb_private::Section | protected |
m_children | lldb_private::Section | protected |
m_encrypted | lldb_private::Section | protected |
m_executable | lldb_private::Section | protected |
m_fake | lldb_private::Section | protected |
m_file_addr | lldb_private::Section | protected |
m_file_offset | lldb_private::Section | protected |
m_file_size | lldb_private::Section | protected |
m_flags | lldb_private::Flags | protected |
m_log2align | lldb_private::Section | protected |
m_module_wp | lldb_private::ModuleChild | protected |
m_name | lldb_private::Section | protected |
m_obj_file | lldb_private::Section | protected |
m_parent_wp | lldb_private::Section | protected |
m_readable | lldb_private::Section | protected |
m_relocated | lldb_private::Section | protected |
m_target_byte_size | lldb_private::Section | protected |
m_thread_specific | lldb_private::Section | protected |
m_type | lldb_private::Section | protected |
m_uid | lldb_private::UserID | protected |
m_writable | lldb_private::Section | protected |
ModuleChild(const lldb::ModuleSP &module_sp) | lldb_private::ModuleChild | |
operator=(const Section &)=delete | lldb_private::Section | private |
lldb_private::ModuleChild::operator=(const ModuleChild &rhs) | lldb_private::ModuleChild | |
Reset(ValueType flags) | lldb_private::Flags | inline |
ResolveContainedAddress(lldb::addr_t offset, Address &so_addr, bool allow_section_end=false) const | lldb_private::Section | |
Section(const lldb::ModuleSP &module_sp, ObjectFile *obj_file, lldb::user_id_t sect_id, ConstString name, lldb::SectionType sect_type, lldb::addr_t file_vm_addr, lldb::addr_t vm_size, lldb::offset_t file_offset, lldb::offset_t file_size, uint32_t log2align, uint32_t flags, uint32_t target_byte_size=1) | lldb_private::Section | |
Section(const lldb::SectionSP &parent_section_sp, const lldb::ModuleSP &module_sp, ObjectFile *obj_file, lldb::user_id_t sect_id, ConstString name, lldb::SectionType sect_type, lldb::addr_t file_vm_addr, lldb::addr_t vm_size, lldb::offset_t file_offset, lldb::offset_t file_size, uint32_t log2align, uint32_t flags, uint32_t target_byte_size=1) | lldb_private::Section | |
Section(const Section &)=delete | lldb_private::Section | private |
Set(ValueType mask) | lldb_private::Flags | inline |
SetByteSize(lldb::addr_t byte_size) | lldb_private::Section | inline |
SetFileAddress(lldb::addr_t file_addr) | lldb_private::Section | |
SetFileOffset(lldb::offset_t file_offset) | lldb_private::Section | inline |
SetFileSize(lldb::offset_t file_size) | lldb_private::Section | inline |
SetID(lldb::user_id_t uid) | lldb_private::UserID | inline |
SetIsEncrypted(bool b) | lldb_private::Section | inline |
SetIsFake(bool fake) | lldb_private::Section | inline |
SetIsRelocated(bool b) | lldb_private::Section | inline |
SetIsThreadSpecific(bool b) | lldb_private::Section | inline |
SetLog2Align(uint32_t align) | lldb_private::Section | inline |
SetModule(const lldb::ModuleSP &module_sp) | lldb_private::ModuleChild | |
SetPermissions(uint32_t permissions) | lldb_private::Section | |
Slide(lldb::addr_t slide_amount, bool slide_children) | lldb_private::Section | |
Test(ValueType bit) const | lldb_private::Flags | inline |
UserID(lldb::user_id_t uid=LLDB_INVALID_UID) | lldb_private::UserID | inline |
ValueType typedef | lldb_private::Flags | |
~ModuleChild() | lldb_private::ModuleChild | |
~Section() | lldb_private::Section | |
~UserID()=default | lldb_private::UserID | |