| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBSection.cpp | 44 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 D | Section.cpp | 196 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 D | Address.cpp | 251 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 D | AddressRange.cpp | 37 AddressRange::AddressRange(const lldb::SectionSP §ion, addr_t offset, in AddressRange()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Section.h | 51 typedef std::vector<lldb::SectionSP> collection; 61 size_t AddSection(const lldb::SectionSP §ion_sp); 63 size_t AddUniqueSection(const lldb::SectionSP §ion_sp); 71 lldb::SectionSP FindSectionByName(const ConstString §ion_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 §ion_sp, 96 lldb::SectionSP GetSectionAtIndex(size_t idx) const; 120 Section(const lldb::SectionSP &parent_section_sp, // NULL for top level [all …]
|
| H A D | Address.h | 162 Address(const lldb::SectionSP §ion_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 §ion_sp) { in SetSection()
|
| H A D | AddressRange.h | 61 AddressRange(const lldb::SectionSP §ion, lldb::addr_t offset,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | SectionLoadList.h | 44 lldb::addr_t GetSectionLoadAddress(const lldb::SectionSP §ion_sp) const; 49 bool SetSectionLoadAddress(const lldb::SectionSP §ion_sp, 56 bool SetSectionUnloaded(const lldb::SectionSP §ion_sp, 62 size_t SetSectionUnloaded(const lldb::SectionSP §ion_sp); 67 typedef std::map<lldb::addr_t, lldb::SectionSP> addr_to_sect_collection;
|
| H A D | SectionLoadHistory.h | 48 const lldb::SectionSP §ion_sp); 54 const lldb::SectionSP §ion_sp, 61 bool SetSectionUnloaded(uint32_t stop_id, const lldb::SectionSP §ion_sp, 68 const lldb::SectionSP §ion_sp);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ArmUnwindInfo.h | 34 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 D | CompactUnwindInfo.h | 40 CompactUnwindInfo(ObjectFile &objfile, lldb::SectionSP §ion); 147 lldb::SectionSP m_section_sp;
|
| H A D | DWARFCallFrameInfo.h | 39 DWARFCallFrameInfo(ObjectFile &objfile, lldb::SectionSP §ion, Type type); 143 lldb::SectionSP m_section_sp;
|
| H A D | LineEntry.h | 31 LineEntry(const lldb::SectionSP §ion_sp, lldb::addr_t section_offset,
|
| H A D | Symbol.h | 31 const lldb::SectionSP §ion_sp, lldb::addr_t value,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBSection.h | 93 SBSection(const lldb::SectionSP §ion_sp); 95 lldb::SectionSP GetSP() const; 97 void SetSP(const lldb::SectionSP §ion_sp);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | SectionLoadHistory.cpp | 107 const lldb::SectionSP §ion_sp) { in GetSectionLoadAddress() 126 uint32_t stop_id, const lldb::SectionSP §ion_sp, addr_t load_addr, in SetSectionLoadAddress() 138 const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() 147 const lldb::SectionSP §ion_sp, in SetSectionUnloaded()
|
| H A D | SectionLoadList.cpp | 49 SectionLoadList::GetSectionLoadAddress(const lldb::SectionSP §ion) const { in GetSectionLoadAddress() 63 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP §ion, in SetSectionLoadAddress() 134 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() 171 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp, in SetSectionUnloaded()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 141 SectionSP section_sp( in CreateInstance() 144 SectionSP module_section_sp( in CreateInstance()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | UnwindTable.cpp | 51 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize() 70 SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true); in Initialize()
|
| H A D | ArmUnwindInfo.cpp | 49 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 D | ObjectFileELF.cpp | 976 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 D | DynamicLoaderStatic.cpp | 111 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDwo.cpp | 35 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
|
| H A D | SymbolFileDWARFDwp.cpp | 128 lldb::SectionSP section_sp( in LoadRawSectionData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 221 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress() 369 SectionSP section_sp(section_list->GetSectionAtIndex(i)); in ReadJITDescriptorImpl()
|