| /freebsd-14.2/contrib/llvm-project/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 | 287 SectionSP section_sp(GetSection()); in GetModule() 294 SectionSP section_sp(GetSection()); in GetFileAddress() 314 SectionSP section_sp(GetSection()); in GetLoadAddress() 414 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() 851 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule() 1023 return a.GetOffset() == rhs.GetOffset() && a.GetSection() == rhs.GetSection(); in operator ==() [all …]
|
| H A D | Module.cpp | 456 SectionSP section_sp(so_addr.GetSection()); in ResolveSymbolContextForAddress() 553 if (addr_range.GetBaseAddress().GetSection() == in ResolveSymbolContextForAddress() 554 so_addr.GetSection()) { in ResolveSymbolContextForAddress()
|
| H A D | FormatEntity.cpp | 467 if (func_addr.GetSection() == format_addr.GetSection()) { in DumpAddressOffsetFromFunction()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | CXXFunctionPointer.cpp | 45 if (so_addr.GetSection() == nullptr) { in CXXFunctionPointerSummaryProvider() 59 if (test_address.GetSection() != nullptr) { in CXXFunctionPointerSummaryProvider()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 66 SectionSP section_sp = m_addr.GetSection(); in SerializeToStructuredData() 93 if (m_addr.GetSection() || m_module_filespec) in ResolveBreakpoint() 106 if (m_addr.GetSection()) in ResolveBreakpointInModules()
|
| H A D | Breakpoint.cpp | 528 SectionSP section_sp(section_addr.GetSection()); in ModulesChanged() 576 SectionSP section_sp(break_loc_sp->GetAddress().GetSection()); in ModulesChanged() 649 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()
|
| /freebsd-14.2/contrib/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
|
| /freebsd-14.2/contrib/llvm-project/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 | 170 return (bool)m_addr_range.GetBaseAddress().GetSection(); in ValueIsAddress() 234 if (m_addr_range.GetBaseAddress().GetSection()) { in GetDescription() 734 bool is_addr = m_addr_range.GetBaseAddress().GetSection().get() != nullptr; in Encode()
|
| H A D | Function.cpp | 443 SectionSP section_sp(m_range.GetBaseAddress().GetSection()); in CalculateSymbolContextModule()
|
| H A D | ObjectFile.cpp | 301 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass()
|
| /freebsd-14.2/contrib/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()
|
| /freebsd-14.2/contrib/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 …
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBAddress.h | 72 lldb::SBSection GetSection();
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 157 SectionSP sect_sp = mod->GetObjectFile()->GetBaseAddress().GetSection(); in getModuleFileSize() 177 lldb::SectionSP next_sect_sp = sect_so_addr.GetSection(); in getModuleFileSize() 184 next_sect_sp = sect_so_addr.GetSection(); in getModuleFileSize()
|
| /freebsd-14.2/contrib/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()
|
| H A D | Target.cpp | 1803 SectionSP section_sp(addr.GetSection()); in ReadMemoryFromFileCache() 1885 SectionSP section_sp(resolved_addr.GetSection()); in ReadMemory()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 1056 sc.function->GetAddressRange().GetBaseAddress().GetSection()); in RemoveFunctionsWithModuleNotEqualTo()
|
| H A D | SymbolFileDWARF.cpp | 2151 static_cast<void *>(so_addr.GetSection().get()), in ResolveSymbolContext()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 1701 SectionSP section_sp(addr.GetSection()); in DumpRegion()
|
| H A D | CommandObjectThread.cpp | 1011 Address fun_end_addr(fun_start_addr.GetSection(), in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 1798 if (value_so_addr.IsValid() && value_so_addr.GetSection()) { in SymbolLookup()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2989 SectionSP section_sp = entry_point_addr.GetSection(); in ParseSymtab()
|