Home
last modified time | relevance | path

Searched refs:GetSection (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/lldb/source/Core/
H A DAddressRange.cpp47 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 DAddress.cpp285 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 DModule.cpp454 SectionSP section_sp(so_addr.GetSection()); in ResolveSymbolContextForAddress()
551 if (addr_range.GetBaseAddress().GetSection() == in ResolveSymbolContextForAddress()
552 so_addr.GetSection()) { in ResolveSymbolContextForAddress()
H A DFormatEntity.cpp474 if (func_addr.GetSection() == format_addr.GetSection()) { in DumpAddressOffsetFromFunction()
/llvm-project-15.0.7/lldb/unittests/ObjectFile/ELF/
H A DTestObjectFileELF.cpp108 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 DCXXFunctionPointer.cpp44 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 DBreakpointResolverAddress.cpp66 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 DBreakpoint.cpp534 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 DBreakpointLocationList.cpp87 SectionSP section_sp(break_loc->GetAddress().GetSection()); in FindInModule()
/llvm-project-15.0.7/lldb/test/API/python_api/function_symbol/
H A DTestSymbolAPI.py65 self.assertTrue(addr_line1.GetSection().GetSectionType()
82 self.assertTrue(addr_line2.GetSection().GetSectionType()
/llvm-project-15.0.7/lldb/examples/lookup/
H A Dmain.cpp191 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 DSBAddress.i98 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 DAddress.h333 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 Dsb_address.py15 obj.GetSection()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DBlock.cpp255 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeContainingAddress()
290 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeIndexContainingAddress()
H A DSymbol.cpp118 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 DFunction.cpp409 SectionSP section_sp(m_range.GetBaseAddress().GetSection()); in CalculateSymbolContextModule()
H A DObjectFile.cpp301 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass()
/llvm-project-15.0.7/lldb/source/API/
H A DSBAddress.cpp152 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 DTestGDBRemoteLoad.py21 self.assertEqual(".data", address.GetSection().GetName())
/llvm-project-15.0.7/lldb/unittests/ObjectFile/MachO/
H A DTestObjectFileMachO.cpp65 EXPECT_EQ(OF->ReadSectionData(base.GetSection().get(), base.GetOffset(), in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBAddress.h72 lldb::SBSection GetSection();
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1139 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 DMinidumpFileBuilder.cpp156 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 DRegisterContextUnwind.cpp187 if (m_current_pc.GetSection() == m_start_pc.GetSection()) { in InitializeZerothFrame()
512 addr_range.GetBaseAddress().GetSection() != m_current_pc.GetSection() || in InitializeNonZerothFrame()

12