Home
last modified time | relevance | path

Searched refs:SectionSP (Results 1 – 25 of 58) sorted by relevance

123

/external/llvm-project/lldb/source/API/
DSBSection.cpp31 SBSection::SBSection(const lldb::SectionSP &section_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 &section_sp) { in SetSP()
[all …]
/external/llvm-project/lldb/source/Core/
DSection.cpp175 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 &section_sp) { in AddSection()
439 size_t SectionList::AddUniqueSection(const lldb::SectionSP &sect_sp) { in AddUniqueSection()
448 const lldb::SectionSP &sect_sp, in ReplaceSection()
[all …]
DAddress.cpp250 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 …]
DAddressRange.cpp36 AddressRange::AddressRange(const lldb::SectionSP &section, addr_t offset, in AddressRange()
/external/llvm-project/lldb/include/lldb/Core/
DSection.h36 typedef std::vector<lldb::SectionSP> collection;
50 size_t AddSection(const lldb::SectionSP &section_sp);
52 size_t AddUniqueSection(const lldb::SectionSP &section_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 &section_sp,
86 lldb::SectionSP GetSectionAtIndex(size_t idx) const;
110 Section(const lldb::SectionSP &parent_section_sp, // NULL for top level
[all …]
DAddress.h140 Address(const lldb::SectionSP &section_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 &section_sp) { in SetSection()
DAddressRange.h47 AddressRange(const lldb::SectionSP &section, lldb::addr_t offset,
/external/llvm-project/lldb/include/lldb/Target/
DSectionLoadList.h41 lldb::addr_t GetSectionLoadAddress(const lldb::SectionSP &section_sp) const;
46 bool SetSectionLoadAddress(const lldb::SectionSP &section_sp,
53 bool SetSectionUnloaded(const lldb::SectionSP &section_sp,
59 size_t SetSectionUnloaded(const lldb::SectionSP &section_sp);
64 typedef std::map<lldb::addr_t, lldb::SectionSP> addr_to_sect_collection;
DSectionLoadHistory.h45 const lldb::SectionSP &section_sp);
51 const lldb::SectionSP &section_sp,
58 bool SetSectionUnloaded(uint32_t stop_id, const lldb::SectionSP &section_sp,
65 const lldb::SectionSP &section_sp);
/external/llvm-project/lldb/include/lldb/Symbol/
DArmUnwindInfo.h32 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
DDWARFCallFrameInfo.h37 DWARFCallFrameInfo(ObjectFile &objfile, lldb::SectionSP &section, Type type);
146 lldb::SectionSP m_section_sp;
DCompactUnwindInfo.h38 CompactUnwindInfo(ObjectFile &objfile, lldb::SectionSP &section);
145 lldb::SectionSP m_section_sp;
DLineEntry.h26 LineEntry(const lldb::SectionSP &section_sp, lldb::addr_t section_offset,
/external/llvm-project/lldb/include/lldb/API/
DSBSection.h90 SBSection(const lldb::SectionSP &section_sp);
92 lldb::SectionSP GetSP() const;
94 void SetSP(const lldb::SectionSP &section_sp);
/external/llvm-project/lldb/source/Target/
DSectionLoadHistory.cpp106 const lldb::SectionSP &section_sp) { in GetSectionLoadAddress()
125 uint32_t stop_id, const lldb::SectionSP &section_sp, addr_t load_addr, in SetSectionLoadAddress()
137 const lldb::SectionSP &section_sp) { in SetSectionUnloaded()
146 const lldb::SectionSP &section_sp, in SetSectionUnloaded()
DSectionLoadList.cpp49 SectionLoadList::GetSectionLoadAddress(const lldb::SectionSP &section) const { in GetSectionLoadAddress()
63 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP &section, in SetSectionLoadAddress()
135 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP &section_sp) { in SetSectionUnloaded()
172 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP &section_sp, in SetSectionUnloaded()
/external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
DSymbolVendorWasm.cpp129 if (SectionSP section_sp = in CreateInstance()
131 if (SectionSP module_section_sp = in CreateInstance()
/external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp134 if (SectionSP section_sp = in CreateInstance()
136 if (SectionSP module_section_sp = in CreateInstance()
/external/llvm-project/lldb/source/Symbol/
DUnwindTable.cpp58 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize()
78 SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true); in Initialize()
DArmUnwindInfo.cpp48 ArmUnwindInfo::ArmUnwindInfo(ObjectFile &objfile, SectionSP &arm_exidx, in ArmUnwindInfo()
49 SectionSP &arm_extab) in ArmUnwindInfo()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1093 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/
DObjectFileELF.cpp670 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/
DDynamicLoaderStatic.cpp110 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
/external/llvm-project/lldb/source/Plugins/JITLoader/GDB/
DJITLoaderGDB.cpp236 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/
DObjectFileWasm.cpp315 SectionSP section_sp( in CreateSections()
368 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()

123