/external/llvm-project/lldb/source/API/ |
D | SBSection.cpp | 31 SBSection::SBSection(const lldb::SectionSP §ion_sp) in SBSection() 56 SectionSP section_sp(GetSP()); in operator bool() 63 SectionSP section_sp(GetSP()); in GetName() 73 SectionSP section_sp(GetSP()); in GetParent() 75 SectionSP parent_section_sp(section_sp->GetParent()); in GetParent() 88 SectionSP section_sp(GetSP()); in FindSubSection() 101 SectionSP section_sp(GetSP()); in GetNumSubSections() 112 SectionSP section_sp(GetSP()); in GetSubSectionAtIndex() 118 lldb::SectionSP SBSection::GetSP() const { return m_opaque_wp.lock(); } in GetSP() 120 void SBSection::SetSP(const lldb::SectionSP §ion_sp) { in SetSP() [all …]
|
/external/llvm-project/lldb/source/Core/ |
D | Section.cpp | 175 Section::Section(const lldb::SectionSP &parent_section_sp, in Section() 204 SectionSP parent_sp(GetParent()); in GetFileAddress() 216 SectionSP parent_sp(GetParent()); in SetFileAddress() 230 SectionSP parent_sp(GetParent()); in GetOffset() 240 SectionSP parent_sp(GetParent()); in GetLoadBaseAddress() 322 SectionSP parent_sp(GetParent()); in DumpName() 346 SectionSP parent_sp(GetParent()); in IsDescendant() 407 size_t SectionList::AddSection(const lldb::SectionSP §ion_sp) { in AddSection() 439 size_t SectionList::AddUniqueSection(const lldb::SectionSP §_sp) { in AddUniqueSection() 448 const lldb::SectionSP §_sp, in ReplaceSection() [all …]
|
D | Address.cpp | 250 SectionSP section_sp( in ResolveAddressUsingFileSections() 284 SectionSP section_sp(GetSection()); in GetModule() 291 SectionSP section_sp(GetSection()); in GetFileAddress() 311 SectionSP section_sp(GetSection()); in GetLoadAddress() 396 SectionSP section_sp(GetSection()); in Dump() 801 SectionSP section_sp(GetSection()); in CalculateSymbolContext() 815 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule() 822 SectionSP section_sp(GetSection()); in CalculateSymbolContextCompileUnit() 836 SectionSP section_sp(GetSection()); in CalculateSymbolContextFunction() 850 SectionSP section_sp(GetSection()); in CalculateSymbolContextBlock() [all …]
|
D | AddressRange.cpp | 36 AddressRange::AddressRange(const lldb::SectionSP §ion, addr_t offset, in AddressRange()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Section.h | 36 typedef std::vector<lldb::SectionSP> collection; 50 size_t AddSection(const lldb::SectionSP §ion_sp); 52 size_t AddUniqueSection(const lldb::SectionSP §ion_sp); 61 lldb::SectionSP FindSectionByName(ConstString section_dstr) const; 63 lldb::SectionSP FindSectionByID(lldb::user_id_t sect_id) const; 65 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type, 69 lldb::SectionSP 80 const lldb::SectionSP §ion_sp, 86 lldb::SectionSP GetSectionAtIndex(size_t idx) const; 110 Section(const lldb::SectionSP &parent_section_sp, // NULL for top level [all …]
|
D | Address.h | 140 Address(const lldb::SectionSP §ion_sp, lldb::addr_t offset) in Address() 416 lldb::SectionSP GetSection() const { return m_section_wp.lock(); } in GetSection() 450 void SetSection(const lldb::SectionSP §ion_sp) { in SetSection()
|
D | AddressRange.h | 47 AddressRange(const lldb::SectionSP §ion, lldb::addr_t offset,
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | SectionLoadList.h | 41 lldb::addr_t GetSectionLoadAddress(const lldb::SectionSP §ion_sp) const; 46 bool SetSectionLoadAddress(const lldb::SectionSP §ion_sp, 53 bool SetSectionUnloaded(const lldb::SectionSP §ion_sp, 59 size_t SetSectionUnloaded(const lldb::SectionSP §ion_sp); 64 typedef std::map<lldb::addr_t, lldb::SectionSP> addr_to_sect_collection;
|
D | SectionLoadHistory.h | 45 const lldb::SectionSP §ion_sp); 51 const lldb::SectionSP §ion_sp, 58 bool SetSectionUnloaded(uint32_t stop_id, const lldb::SectionSP §ion_sp, 65 const lldb::SectionSP §ion_sp);
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | ArmUnwindInfo.h | 32 ArmUnwindInfo(ObjectFile &objfile, lldb::SectionSP &arm_exidx, 33 lldb::SectionSP &arm_extab); 59 lldb::SectionSP m_arm_exidx_sp; // .ARM.exidx section 60 lldb::SectionSP m_arm_extab_sp; // .ARM.extab section
|
D | DWARFCallFrameInfo.h | 37 DWARFCallFrameInfo(ObjectFile &objfile, lldb::SectionSP §ion, Type type); 146 lldb::SectionSP m_section_sp;
|
D | CompactUnwindInfo.h | 38 CompactUnwindInfo(ObjectFile &objfile, lldb::SectionSP §ion); 145 lldb::SectionSP m_section_sp;
|
D | LineEntry.h | 26 LineEntry(const lldb::SectionSP §ion_sp, lldb::addr_t section_offset,
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBSection.h | 90 SBSection(const lldb::SectionSP §ion_sp); 92 lldb::SectionSP GetSP() const; 94 void SetSP(const lldb::SectionSP §ion_sp);
|
/external/llvm-project/lldb/source/Target/ |
D | SectionLoadHistory.cpp | 106 const lldb::SectionSP §ion_sp) { in GetSectionLoadAddress() 125 uint32_t stop_id, const lldb::SectionSP §ion_sp, addr_t load_addr, in SetSectionLoadAddress() 137 const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() 146 const lldb::SectionSP §ion_sp, in SetSectionUnloaded()
|
D | SectionLoadList.cpp | 49 SectionLoadList::GetSectionLoadAddress(const lldb::SectionSP §ion) const { in GetSectionLoadAddress() 63 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP §ion, in SetSectionLoadAddress() 135 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() 172 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp, in SetSectionUnloaded()
|
/external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
D | SymbolVendorWasm.cpp | 129 if (SectionSP section_sp = in CreateInstance() 131 if (SectionSP module_section_sp = in CreateInstance()
|
/external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
D | SymbolVendorELF.cpp | 134 if (SectionSP section_sp = in CreateInstance() 136 if (SectionSP module_section_sp = in CreateInstance()
|
/external/llvm-project/lldb/source/Symbol/ |
D | UnwindTable.cpp | 58 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize() 78 SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true); in Initialize()
|
D | ArmUnwindInfo.cpp | 48 ArmUnwindInfo::ArmUnwindInfo(ObjectFile &objfile, SectionSP &arm_exidx, in ArmUnwindInfo() 49 SectionSP &arm_extab) in ArmUnwindInfo()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 1093 SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass() 1569 SectionSP unified_section_sp( in ProcessSegmentCommand() 1601 SectionSP segment_sp; in ProcessSegmentCommand() 1780 SectionSP section_sp(new Section( in ProcessSegmentCommand() 1807 SectionSP curr_section_sp( in ProcessSegmentCommand() 1809 SectionSP next_section_sp; in ProcessSegmentCommand() 1877 SectionSP GetSection(uint8_t n_sect, addr_t file_addr) { in GetSection() 1879 return SectionSP(); in GetSection() 1882 SectionSP section_sp(m_section_list->FindSectionByID(n_sect)); in GetSection() 1891 SectionSP first_section_sp(m_section_list->GetSectionAtIndex(0)); in GetSection() [all …]
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 670 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress() 814 SectionSP dynsym_section_sp( in GetImageInfoAddress() 1670 SectionSP Segment; 1678 using VMMap = llvm::IntervalMap<addr_t, SectionSP, 4, 1727 SectionSP Segment; in GetAddressInfo() 1752 void AddSegment(const VMRange &Range, SectionSP Seg) { in AddSegment() 1757 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection() 1788 SectionSP Segment = std::make_shared<Section>( in CreateSections() 1826 SectionSP section_sp(new Section( in CreateSections() 1858 if (SectionSP symtab_section_sp = in CreateSections() [all …]
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
D | DynamicLoaderStatic.cpp | 110 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
|
/external/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
D | JITLoaderGDB.cpp | 236 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress() 381 SectionSP section_sp(section_list->GetSectionAtIndex(i)); in ReadJITDescriptorImpl()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
D | ObjectFileWasm.cpp | 315 SectionSP section_sp( in CreateSections() 368 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
|