| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBSection.cpp | 29 SBSection::SBSection(const lldb::SectionSP §ion_sp) { in SBSection() 52 SectionSP section_sp(GetSP()); in operator bool() 59 SectionSP section_sp(GetSP()); in GetName() 69 SectionSP section_sp(GetSP()); in GetParent() 71 SectionSP parent_section_sp(section_sp->GetParent()); in GetParent() 83 SectionSP section_sp(GetSP()); in FindSubSection() 96 SectionSP section_sp(GetSP()); in GetNumSubSections() 106 SectionSP section_sp(GetSP()); in GetSubSectionAtIndex() 112 lldb::SectionSP SBSection::GetSP() const { return m_opaque_wp.lock(); } in GetSP() 114 void SBSection::SetSP(const lldb::SectionSP §ion_sp) { in SetSP() [all …]
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A 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; 116 Section(const lldb::SectionSP &parent_section_sp, // NULL for top level [all …]
|
| H A D | Address.h | 140 Address(const lldb::SectionSP §ion_sp, lldb::addr_t offset) in Address() 429 lldb::SectionSP GetSection() const { return m_section_wp.lock(); } in GetSection() 463 void SetSection(const lldb::SectionSP §ion_sp) { in SetSection()
|
| H A D | AddressRange.h | 47 AddressRange(const lldb::SectionSP §ion, lldb::addr_t offset,
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Section.cpp | 169 Section::Section(const lldb::SectionSP &parent_section_sp, in Section() 190 SectionSP parent_sp(GetParent()); in GetFileAddress() 202 SectionSP parent_sp(GetParent()); in SetFileAddress() 216 SectionSP parent_sp(GetParent()); in GetOffset() 226 SectionSP parent_sp(GetParent()); in GetLoadBaseAddress() 308 SectionSP parent_sp(GetParent()); in DumpName() 332 SectionSP parent_sp(GetParent()); in IsDescendant() 469 size_t SectionList::AddSection(const lldb::SectionSP §ion_sp) { in AddSection() 501 size_t SectionList::AddUniqueSection(const lldb::SectionSP §_sp) { in AddUniqueSection() 510 const lldb::SectionSP §_sp, in ReplaceSection() [all …]
|
| H A D | Address.cpp | 251 SectionSP section_sp( in ResolveAddressUsingFileSections() 285 SectionSP section_sp(GetSection()); in GetModule() 292 SectionSP section_sp(GetSection()); in GetFileAddress() 312 SectionSP section_sp(GetSection()); in GetLoadAddress() 411 SectionSP section_sp(GetSection()); in Dump() 831 SectionSP section_sp(GetSection()); in CalculateSymbolContext() 845 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule() 852 SectionSP section_sp(GetSection()); in CalculateSymbolContextCompileUnit() 866 SectionSP section_sp(GetSection()); in CalculateSymbolContextFunction() 880 SectionSP section_sp(GetSection()); in CalculateSymbolContextBlock() [all …]
|
| H A D | AddressRange.cpp | 37 AddressRange::AddressRange(const lldb::SectionSP §ion, addr_t offset, in AddressRange() 47 SectionSP range_sect_sp = GetBaseAddress().GetSection(); in Contains() 48 SectionSP addr_sect_sp = addr.GetSection(); in Contains()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A 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;
|
| H A 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);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A 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
|
| H A D | CompactUnwindInfo.h | 38 CompactUnwindInfo(ObjectFile &objfile, lldb::SectionSP §ion); 140 lldb::SectionSP m_section_sp;
|
| H A D | DWARFCallFrameInfo.h | 38 DWARFCallFrameInfo(ObjectFile &objfile, lldb::SectionSP §ion, Type type); 148 lldb::SectionSP m_section_sp;
|
| H A D | LineEntry.h | 26 LineEntry(const lldb::SectionSP §ion_sp, lldb::addr_t section_offset,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBSection.h | 96 SBSection(const lldb::SectionSP §ion_sp); 98 lldb::SectionSP GetSP() const; 100 void SetSP(const lldb::SectionSP §ion_sp);
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A 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()
|
| H A D | SectionLoadList.cpp | 50 SectionLoadList::GetSectionLoadAddress(const lldb::SectionSP §ion) const { in GetSectionLoadAddress() 64 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP §ion, in SetSectionLoadAddress() 146 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() 183 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp, in SetSectionUnloaded()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.cpp | 124 if (SectionSP section_sp = in CreateInstance() 126 if (SectionSP module_section_sp = in CreateInstance()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/ |
| H A D | SymbolVendorPECOFF.cpp | 122 if (SectionSP section_sp = in CreateInstance() 124 if (SectionSP module_section_sp = in CreateInstance()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 128 if (SectionSP section_sp = in CreateInstance() 130 if (SectionSP module_section_sp = in CreateInstance()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | UnwindTable.cpp | 59 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize() 79 SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true); in Initialize()
|
| H A D | ArmUnwindInfo.cpp | 48 ArmUnwindInfo::ArmUnwindInfo(ObjectFile &objfile, SectionSP &arm_exidx, in ArmUnwindInfo() 49 SectionSP &arm_extab) in ArmUnwindInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 1156 SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass() 1616 SectionSP unified_section_sp( in ProcessSegmentCommand() 1648 SectionSP segment_sp; in ProcessSegmentCommand() 1836 SectionSP section_sp(new Section( in ProcessSegmentCommand() 1863 SectionSP curr_section_sp( in ProcessSegmentCommand() 1865 SectionSP next_section_sp; in ProcessSegmentCommand() 1933 SectionSP GetSection(uint8_t n_sect, addr_t file_addr) { in GetSection() 1935 return SectionSP(); in GetSection() 1938 SectionSP section_sp(m_section_list->FindSectionByID(n_sect)); in GetSection() 1947 SectionSP first_section_sp(m_section_list->GetSectionAtIndex(0)); in GetSection() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 707 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress() 851 SectionSP dynsym_section_sp( in GetImageInfoAddress() 1730 SectionSP Segment; 1738 using VMMap = llvm::IntervalMap<addr_t, SectionSP, 4, 1787 SectionSP Segment; in GetAddressInfo() 1812 void AddSegment(const VMRange &Range, SectionSP Seg) { in AddSegment() 1817 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection() 1848 SectionSP Segment = std::make_shared<Section>( in CreateSections() 1886 SectionSP section_sp(new Section( in CreateSections() 1918 if (SectionSP symtab_section_sp = in CreateSections() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.cpp | 107 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 233 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress() 378 SectionSP section_sp(section_list->GetSectionAtIndex(i)); in ReadJITDescriptorImpl()
|