| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | AddressRange.cpp | 47 SectionSP range_sect_sp = GetBaseAddress().GetSection(); in Contains() 48 SectionSP addr_sect_sp = addr.GetSection(); in Contains() 63 if (addr.GetSection() == m_base_addr.GetSection()) in ContainsFileAddress() 95 if (addr.GetSection() == m_base_addr.GetSection()) in ContainsLoadAddress() 203 static_cast<void *>(m_base_addr.GetSection().get()), in DumpDebug()
|
| H A D | Address.cpp | 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() 674 if (sc.symbol->GetAddressRef().GetSection() != GetSection()) { in Dump() 715 sc.symbol->GetAddressRef().GetSection() != GetSection()) in Dump() 806 if (GetSection()) in SectionWasDeleted() 831 SectionSP section_sp(GetSection()); in CalculateSymbolContext() 845 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule() 1017 return a.GetOffset() == rhs.GetOffset() && a.GetSection() == rhs.GetSection(); in operator ==() [all …]
|
| H A D | Module.cpp | 454 SectionSP section_sp(so_addr.GetSection()); in ResolveSymbolContextForAddress() 551 if (addr_range.GetBaseAddress().GetSection() == in ResolveSymbolContextForAddress() 552 so_addr.GetSection()) { in ResolveSymbolContextForAddress()
|
| H A D | FormatEntity.cpp | 474 if (func_addr.GetSection() == format_addr.GetSection()) { in DumpAddressOffsetFromFunction()
|
| /llvm-project-15.0.7/lldb/unittests/ObjectFile/ELF/ |
| H A D | TestObjectFileELF.cpp | 108 EXPECT_EQ(bss_sp, X->GetAddress().GetSection()); in TEST_F() 113 EXPECT_EQ(data_sp, Y->GetAddress().GetSection()); in TEST_F() 118 EXPECT_EQ(text_sp, start->GetAddress().GetSection()); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | CXXFunctionPointer.cpp | 44 if (so_addr.GetSection() == nullptr) { in CXXFunctionPointerSummaryProvider() 58 if (test_address.GetSection() != nullptr) { in CXXFunctionPointerSummaryProvider()
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 66 SectionSP section_sp = m_addr.GetSection(); in SerializeToStructuredData() 95 if (m_addr.GetSection() || m_module_filespec) in ResolveBreakpoint() 108 if (m_addr.GetSection()) in ResolveBreakpointInModules()
|
| H A D | Breakpoint.cpp | 534 SectionSP section_sp(section_addr.GetSection()); in ModulesChanged() 584 SectionSP section_sp(break_loc_sp->GetAddress().GetSection()); in ModulesChanged() 657 SectionSP section_sp = break_loc_sp->GetAddress().GetSection(); in ModuleReplaced()
|
| H A D | BreakpointLocationList.cpp | 87 SectionSP section_sp(break_loc->GetAddress().GetSection()); in FindInModule()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/function_symbol/ |
| H A D | TestSymbolAPI.py | 65 self.assertTrue(addr_line1.GetSection().GetSectionType() 82 self.assertTrue(addr_line2.GetSection().GetSectionType()
|
| /llvm-project-15.0.7/lldb/examples/lookup/ |
| H A D | main.cpp | 191 bool success = addr.IsValid() && addr.GetSection().IsValid(); in main() 205 addr.GetSection().GetName(), addr.GetOffset()); in main()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBAddress.i | 98 GetSection (); 184 …section = property(GetSection, None, doc='''A read only property that returns an lldb object that …
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Address.h | 333 return IsValid() && (GetSection().get() != nullptr); in IsSectionOffset() 429 lldb::SectionSP GetSection() const { return m_section_wp.lock(); } in GetSection() function
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_address.py | 15 obj.GetSection()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Block.cpp | 255 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeContainingAddress() 290 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeIndexContainingAddress()
|
| H A D | Symbol.cpp | 118 return m_addr_range.GetBaseAddress().GetSection().get() != nullptr || in ValueIsAddress() 182 if (m_addr_range.GetBaseAddress().GetSection()) { in GetDescription() 683 bool is_addr = m_addr_range.GetBaseAddress().GetSection().get() != nullptr; in Encode()
|
| H A D | Function.cpp | 409 SectionSP section_sp(m_range.GetBaseAddress().GetSection()); in CalculateSymbolContextModule()
|
| H A D | ObjectFile.cpp | 301 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBAddress.cpp | 152 lldb::SBSection SBAddress::GetSection() { in GetSection() function in SBAddress 157 sb_section.SetSP(m_opaque_up->GetSection()); in GetSection()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestGDBRemoteLoad.py | 21 self.assertEqual(".data", address.GetSection().GetName())
|
| /llvm-project-15.0.7/lldb/unittests/ObjectFile/MachO/ |
| H A D | TestObjectFileMachO.cpp | 65 EXPECT_EQ(OF->ReadSectionData(base.GetSection().get(), base.GetOffset(), in TEST_F()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBAddress.h | 72 lldb::SBSection GetSection();
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 1139 SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass() 1917 SectionSP GetSection(uint8_t n_sect, addr_t file_addr) { in GetSection() function in MachSymtabSectionInfo 2879 symbol_section = section_info.GetSection( in ParseSymtab() 2894 symbol_section = section_info.GetSection( in ParseSymtab() 2927 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab() 2937 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab() 2971 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab() 3799 section_info.GetSection(nlist.n_sect, nlist.n_value); in ParseSymtab() 3814 section_info.GetSection(nlist.n_sect, nlist.n_value); in ParseSymtab() 4558 SectionSP symbol_section(symbol_addr.GetSection()); in ParseSymtab() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 156 SectionSP sect_sp = mod->GetObjectFile()->GetBaseAddress().GetSection(); in getModuleFileSize() 176 lldb::SectionSP next_sect_sp = sect_so_addr.GetSection(); in getModuleFileSize() 183 next_sect_sp = sect_so_addr.GetSection(); in getModuleFileSize()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 187 if (m_current_pc.GetSection() == m_start_pc.GetSection()) { in InitializeZerothFrame() 512 addr_range.GetBaseAddress().GetSection() != m_current_pc.GetSection() || in InitializeNonZerothFrame()
|