| /llvm-project/lldb/source/Core/ |
| H A D | AddressRange.cpp | 48 SectionSP range_sect_sp = GetBaseAddress().GetSection(); in Contains() 49 SectionSP addr_sect_sp = addr.GetSection(); in Contains() 64 if (addr.GetSection() == m_base_addr.GetSection()) in ContainsFileAddress() 96 if (addr.GetSection() == m_base_addr.GetSection()) in ContainsLoadAddress() 208 static_cast<void *>(m_base_addr.GetSection().get()), in DumpDebug() 226 const auto section_sp = m_base_addr.GetSection(); in GetDescription()
|
| H A D | Address.cpp | 286 SectionSP section_sp(GetSection()); in GetModule() 293 SectionSP section_sp(GetSection()); in GetFileAddress() 313 SectionSP section_sp(GetSection()); in GetLoadAddress() 413 SectionSP section_sp(GetSection()); in Dump() 676 if (sc.symbol->GetAddressRef().GetSection() != GetSection()) { in Dump() 720 sc.symbol->GetAddressRef().GetSection() != GetSection()) in Dump() 812 if (GetSection()) in SectionWasDeleted() 837 SectionSP section_sp(GetSection()); in CalculateSymbolContext() [all...] |
| H A D | Module.cpp | 463 SectionSP section_sp(so_addr.GetSection()); in ResolveSymbolContextForAddress() 560 if (addr_range.GetBaseAddress().GetSection() == in ResolveSymbolContextForAddress() 561 so_addr.GetSection()) { in ResolveSymbolContextForAddress()
|
| /llvm-project/lldb/unittests/ObjectFile/ELF/ |
| H A D | TestObjectFileELF.cpp | 107 EXPECT_EQ(bss_sp, X->GetAddress().GetSection()); in TEST_F() 112 EXPECT_EQ(data_sp, Y->GetAddress().GetSection()); in TEST_F() 117 EXPECT_EQ(text_sp, start->GetAddress().GetSection()); in TEST_F()
|
| /llvm-project/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/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 68 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 | 526 SectionSP section_sp(section_addr.GetSection()); in ModulesChanged() 574 SectionSP section_sp(break_loc_sp->GetAddress().GetSection()); in ModulesChanged() 647 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/lldb/test/API/python_api/function_symbol/ |
| H A D | TestSymbolAPI.py | 63 addr_line1.GetSection().GetSectionType(), lldb.eSectionTypeCode 81 addr_line2.GetSection().GetSectionType(), lldb.eSectionTypeCode
|
| /llvm-project/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/lldb/include/lldb/Core/ |
| H A D | Address.h | 343 return IsValid() && (GetSection().get() != nullptr); in IsSectionOffset() 439 lldb::SectionSP GetSection() const { return m_section_wp.lock(); } in GetSection() function
|
| /llvm-project/lldb/source/Symbol/ |
| H A D | Block.cpp | 283 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeContainingLoadAddress()
|
| H A D | Symbol.cpp | 166 return (bool)m_addr_range.GetBaseAddress().GetSection(); in ValueIsAddress() 230 if (m_addr_range.GetBaseAddress().GetSection()) { in GetDescription() 730 bool is_addr = m_addr_range.GetBaseAddress().GetSection().get() != nullptr; in Encode()
|
| H A D | Function.cpp | 471 SectionSP section_sp(m_range.GetBaseAddress().GetSection()); in GetDisassembly()
|
| /llvm-project/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_address.py | 15 obj.GetSection()
|
| /llvm-project/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/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestGDBRemoteLoad.py | 18 self.assertEqual(".data", address.GetSection().GetName())
|
| /llvm-project/lldb/bindings/interface/ |
| H A D | SBAddressExtensions.i | 50 …section = property(GetSection, None, doc='''A read only property that returns an lldb object that …
|
| /llvm-project/lldb/unittests/ObjectFile/MachO/ |
| H A D | TestObjectFileMachO.cpp | 65 EXPECT_EQ(OF->ReadSectionData(base.GetSection().get(), base.GetOffset(), in TEST_F()
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBAddress.h | 72 lldb::SBSection GetSection();
|
| /llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 1143 SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass() 1976 SectionSP GetSection(uint8_t n_sect, addr_t file_addr) { in GetSection() 2919 symbol_section = section_info.GetSection( in ParseSymtab() 2934 symbol_section = section_info.GetSection( in ParseSymtab() 2967 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab() 2977 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab() 3011 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab() 3176 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab() 3187 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab() 3199 symbol_section = section_info.GetSection(nlis in ParseSymtab() 1965 SectionSP GetSection(uint8_t n_sect, addr_t file_addr) { GetSection() function in MachSymtabSectionInfo [all...] |
| /llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 259 SectionSP sect_sp = mod->GetObjectFile()->GetBaseAddress().GetSection(); in getModuleFileSize() 278 lldb::SectionSP next_sect_sp = sect_so_addr.GetSection(); in getModuleFileSize() 285 next_sect_sp = sect_so_addr.GetSection();
|
| /llvm-project/lldb/test/API/python_api/address_range/ |
| H A D | TestAddressRange.py | 213 self.assertFalse(addr.GetSection().IsValid())
|
| /llvm-project/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 188 if (m_current_pc.GetSection() == m_start_pc.GetSection()) { in InitializeZerothFrame() 526 addr_range.GetBaseAddress().GetSection() != m_current_pc.GetSection() || in InitializeNonZerothFrame()
|
| /llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 708 SectionSP sect = addr.GetSection(); in ReadImageDataByRVA() 926 if (auto section_sp = symbol.GetAddressRef().GetSection()) in AppendFromExportTable()
|