Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp44 SectionSP section_sp(GetSP()); in IsValid()
49 SectionSP section_sp(GetSP()); in GetName()
57 SectionSP section_sp(GetSP()); in GetParent()
69 SectionSP section_sp(GetSP()); in FindSubSection()
80 SectionSP section_sp(GetSP()); in GetNumSubSections()
88 SectionSP section_sp(GetSP()); in GetSubSectionAtIndex()
102 SectionSP section_sp(GetSP()); in GetFileAddress()
119 SectionSP section_sp(GetSP()); in GetByteSize()
126 SectionSP section_sp(GetSP()); in GetFileOffset()
139 SectionSP section_sp(GetSP()); in GetFileByteSize()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp196 SectionSP parent_sp(GetParent()); in GetFileAddress()
208 SectionSP parent_sp(GetParent()); in SetFileAddress()
222 SectionSP parent_sp(GetParent()); in GetOffset()
232 SectionSP parent_sp(GetParent()); in GetLoadBaseAddress()
340 SectionSP parent_sp(GetParent()); in DumpName()
503 SectionSP sect_sp; in GetSectionAtIndex()
509 SectionSP
511 SectionSP sect_sp; in FindSectionByName()
533 SectionSP sect_sp; in FindSectionByID()
553 SectionSP sect_sp; in FindSectionByType()
[all …]
H A DAddress.cpp251 SectionSP section_sp( in ResolveAddressUsingFileSections()
267 SectionSP section_sp(GetSection()); in GetModule()
274 SectionSP section_sp(GetSection()); in GetFileAddress()
294 SectionSP section_sp(GetSection()); in GetLoadAddress()
379 SectionSP section_sp(GetSection()); in Dump()
789 SectionSP section_sp(GetSection()); in CalculateSymbolContext()
803 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule()
810 SectionSP section_sp(GetSection()); in CalculateSymbolContextCompileUnit()
824 SectionSP section_sp(GetSection()); in CalculateSymbolContextFunction()
838 SectionSP section_sp(GetSection()); in CalculateSymbolContextBlock()
[all …]
H A DAddressRange.cpp37 AddressRange::AddressRange(const lldb::SectionSP &section, addr_t offset, in AddressRange()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h51 typedef std::vector<lldb::SectionSP> collection;
61 size_t AddSection(const lldb::SectionSP &section_sp);
63 size_t AddUniqueSection(const lldb::SectionSP &section_sp);
71 lldb::SectionSP FindSectionByName(const ConstString &section_dstr) const;
73 lldb::SectionSP FindSectionByID(lldb::user_id_t sect_id) const;
75 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type,
79 lldb::SectionSP
90 const lldb::SectionSP &section_sp,
96 lldb::SectionSP GetSectionAtIndex(size_t idx) const;
120 Section(const lldb::SectionSP &parent_section_sp, // NULL for top level
[all …]
H A DAddress.h162 Address(const lldb::SectionSP &section_sp, lldb::addr_t offset) in Address()
457 lldb::SectionSP GetSection() const { return m_section_wp.lock(); } in GetSection()
495 void SetSection(const lldb::SectionSP &section_sp) { in SetSection()
H A DAddressRange.h61 AddressRange(const lldb::SectionSP &section, lldb::addr_t offset,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DSectionLoadList.h44 lldb::addr_t GetSectionLoadAddress(const lldb::SectionSP &section_sp) const;
49 bool SetSectionLoadAddress(const lldb::SectionSP &section_sp,
56 bool SetSectionUnloaded(const lldb::SectionSP &section_sp,
62 size_t SetSectionUnloaded(const lldb::SectionSP &section_sp);
67 typedef std::map<lldb::addr_t, lldb::SectionSP> addr_to_sect_collection;
H A DSectionLoadHistory.h48 const lldb::SectionSP &section_sp);
54 const lldb::SectionSP &section_sp,
61 bool SetSectionUnloaded(uint32_t stop_id, const lldb::SectionSP &section_sp,
68 const lldb::SectionSP &section_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DArmUnwindInfo.h34 ArmUnwindInfo(ObjectFile &objfile, lldb::SectionSP &arm_exidx,
35 lldb::SectionSP &arm_extab);
61 lldb::SectionSP m_arm_exidx_sp; // .ARM.exidx section
62 lldb::SectionSP m_arm_extab_sp; // .ARM.extab section
H A DCompactUnwindInfo.h40 CompactUnwindInfo(ObjectFile &objfile, lldb::SectionSP &section);
147 lldb::SectionSP m_section_sp;
H A DDWARFCallFrameInfo.h39 DWARFCallFrameInfo(ObjectFile &objfile, lldb::SectionSP &section, Type type);
143 lldb::SectionSP m_section_sp;
H A DLineEntry.h31 LineEntry(const lldb::SectionSP &section_sp, lldb::addr_t section_offset,
H A DSymbol.h31 const lldb::SectionSP &section_sp, lldb::addr_t value,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSection.h93 SBSection(const lldb::SectionSP &section_sp);
95 lldb::SectionSP GetSP() const;
97 void SetSP(const lldb::SectionSP &section_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DSectionLoadHistory.cpp107 const lldb::SectionSP &section_sp) { in GetSectionLoadAddress()
126 uint32_t stop_id, const lldb::SectionSP &section_sp, addr_t load_addr, in SetSectionLoadAddress()
138 const lldb::SectionSP &section_sp) { in SetSectionUnloaded()
147 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()
134 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP &section_sp) { in SetSectionUnloaded()
171 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP &section_sp, in SetSectionUnloaded()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp141 SectionSP section_sp( in CreateInstance()
144 SectionSP module_section_sp( in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindTable.cpp51 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize()
70 SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true); in Initialize()
H A DArmUnwindInfo.cpp49 ArmUnwindInfo::ArmUnwindInfo(ObjectFile &objfile, SectionSP &arm_exidx, in ArmUnwindInfo()
50 SectionSP &arm_extab) in ArmUnwindInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp976 SectionSP dynsym_section_sp( in GetImageInfoAddress()
1850 SectionSP Segment;
1858 using VMMap = llvm::IntervalMap<addr_t, SectionSP, 4,
1900 SectionSP Segment; in GetAddressInfo()
1925 void AddSegment(const VMRange &Range, SectionSP Seg) { in AddSegment()
1929 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection()
1959 SectionSP Segment = std::make_shared<Section>( in CreateSections()
1993 SectionSP section_sp(new Section( in CreateSections()
2109 SectionSP symbol_section_sp; in ParseSymbols()
2630 SectionSP plt_section_sp(section_list->FindSectionByID(plt_id)); in ParseTrampolineSymbols()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp111 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp35 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
H A DSymbolFileDWARFDwp.cpp128 lldb::SectionSP section_sp( in LoadRawSectionData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp221 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress()
369 SectionSP section_sp(section_list->GetSectionAtIndex(i)); in ReadJITDescriptorImpl()

123