Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp56 SectionSP section_sp(GetSP()); in operator bool()
63 SectionSP section_sp(GetSP()); in GetName()
73 SectionSP section_sp(GetSP()); in GetParent()
101 SectionSP section_sp(GetSP()); in GetNumSubSections()
112 SectionSP section_sp(GetSP()); in GetSubSectionAtIndex()
128 SectionSP section_sp(GetSP()); in GetFileAddress()
150 SectionSP section_sp(GetSP()); in GetByteSize()
159 SectionSP section_sp(GetSP()); in GetFileOffset()
174 SectionSP section_sp(GetSP()); in GetFileByteSize()
191 SectionSP section_sp(GetSP()); in GetSectionData()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp204 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()
477 SectionSP sect_sp; in GetSectionAtIndex()
483 SectionSP
485 SectionSP sect_sp; in FindSectionByName()
507 SectionSP sect_sp; in FindSectionByID()
527 SectionSP sect_sp; in FindSectionByType()
[all …]
H A 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 …]
H A DAddressRange.cpp37 AddressRange::AddressRange(const lldb::SectionSP &section, addr_t offset, in AddressRange()
47 SectionSP range_sect_sp = GetBaseAddress().GetSection(); in Contains()
48 SectionSP addr_sect_sp = addr.GetSection(); in Contains()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A 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 …]
H A 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()
H A DAddressRange.h47 AddressRange(const lldb::SectionSP &section, lldb::addr_t offset,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A 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;
H A 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);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A 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
H A DCompactUnwindInfo.h38 CompactUnwindInfo(ObjectFile &objfile, lldb::SectionSP &section);
140 lldb::SectionSP m_section_sp;
H A DDWARFCallFrameInfo.h37 DWARFCallFrameInfo(ObjectFile &objfile, lldb::SectionSP &section, Type type);
146 lldb::SectionSP m_section_sp;
H A DLineEntry.h26 LineEntry(const lldb::SectionSP &section_sp, lldb::addr_t section_offset,
H A DSymbol.h29 const lldb::SectionSP &section_sp, lldb::addr_t value,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h90 SBSection(const lldb::SectionSP &section_sp);
92 lldb::SectionSP GetSP() const;
94 void SetSP(const lldb::SectionSP &section_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A 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()
H A 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp128 if (SectionSP section_sp = in CreateInstance()
130 if (SectionSP module_section_sp = in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp133 if (SectionSP section_sp = in CreateInstance()
135 if (SectionSP module_section_sp = in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp58 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize()
78 SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true); in Initialize()
H A DArmUnwindInfo.cpp48 ArmUnwindInfo::ArmUnwindInfo(ObjectFile &objfile, SectionSP &arm_exidx, in ArmUnwindInfo()
49 SectionSP &arm_extab) in ArmUnwindInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp828 SectionSP dynsym_section_sp( in GetImageInfoAddress()
1683 SectionSP Segment;
1691 using VMMap = llvm::IntervalMap<addr_t, SectionSP, 4,
1740 SectionSP Segment; in GetAddressInfo()
1765 void AddSegment(const VMRange &Range, SectionSP Seg) { in AddSegment()
1801 SectionSP Segment = std::make_shared<Section>( in CreateSections()
1839 SectionSP section_sp(new Section( in CreateSections()
1871 if (SectionSP symtab_section_sp = in CreateSections()
1890 SectionSP section = in GetGnuDebugDataObjectFile()
2019 SectionSP symbol_section_sp; in ParseSymbols()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp107 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp238 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress()
386 SectionSP section_sp(section_list->GetSectionAtIndex(i)); in ReadJITDescriptorImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp330 SectionSP section_sp( in CreateSections()
383 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()

123