Home
last modified time | relevance | path

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

12

/llvm-project/lldb/source/Core/
H A DAddressRange.cpp48 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 DAddress.cpp286 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 DModule.cpp463 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 DTestObjectFileELF.cpp107 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 DCXXFunctionPointer.cpp44 if (so_addr.GetSection() == nullptr) { in CXXFunctionPointerSummaryProvider()
58 if (test_address.GetSection() != nullptr) { in CXXFunctionPointerSummaryProvider()
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp68 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.cpp526 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 DBreakpointLocationList.cpp87 SectionSP section_sp(break_loc->GetAddress().GetSection()); in FindInModule()
/llvm-project/lldb/test/API/python_api/function_symbol/
H A DTestSymbolAPI.py63 addr_line1.GetSection().GetSectionType(), lldb.eSectionTypeCode
81 addr_line2.GetSection().GetSectionType(), lldb.eSectionTypeCode
/llvm-project/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/lldb/include/lldb/Core/
H A DAddress.h343 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 DBlock.cpp283 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeContainingLoadAddress()
H A DSymbol.cpp166 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 DFunction.cpp471 SectionSP section_sp(m_range.GetBaseAddress().GetSection()); in GetDisassembly()
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_address.py15 obj.GetSection()
/llvm-project/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/lldb/test/API/functionalities/gdb_remote_client/
H A DTestGDBRemoteLoad.py18 self.assertEqual(".data", address.GetSection().GetName())
/llvm-project/lldb/bindings/interface/
H A DSBAddressExtensions.i50 …section = property(GetSection, None, doc='''A read only property that returns an lldb object that …
/llvm-project/lldb/unittests/ObjectFile/MachO/
H A DTestObjectFileMachO.cpp65 EXPECT_EQ(OF->ReadSectionData(base.GetSection().get(), base.GetOffset(), in TEST_F()
/llvm-project/lldb/include/lldb/API/
H A DSBAddress.h72 lldb::SBSection GetSection();
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1143 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 DMinidumpFileBuilder.cpp259 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 DTestAddressRange.py213 self.assertFalse(addr.GetSection().IsValid())
/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp188 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 DObjectFilePECOFF.cpp708 SectionSP sect = addr.GetSection(); in ReadImageDataByRVA()
926 if (auto section_sp = symbol.GetAddressRef().GetSection()) in AppendFromExportTable()

12