| /freebsd/contrib/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 | 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() 677 if (sc.symbol->GetAddressRef().GetSection() != GetSection()) { in Dump() 721 sc.symbol->GetAddressRef().GetSection() != GetSection()) in Dump() 813 if (GetSection()) in SectionWasDeleted() 838 SectionSP section_sp(GetSection()); in CalculateSymbolContext() 852 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule() 859 SectionSP section_sp(GetSection()); in CalculateSymbolContextCompileUnit() [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 | 468 if (func_addr.GetSection() == format_addr.GetSection()) { in DumpAddressOffsetFromFunction()
|
| /freebsd/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/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 | 525 SectionSP section_sp(section_addr.GetSection()); in ModulesChanged() 573 SectionSP section_sp(break_loc_sp->GetAddress().GetSection()); in ModulesChanged() 646 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/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Address.h | 343 return IsValid() && (GetSection().get() != nullptr); 439 lldb::SectionSP GetSection() const { return m_section_wp.lock(); } in SetOffset() 519 // called if GetSection() returns an empty shared pointer and you want to 429 lldb::SectionSP GetSection() const { return m_section_wp.lock(); } GetSection() function
|
| /freebsd/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 | 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 | 444 SectionSP section_sp(m_range.GetBaseAddress().GetSection()); in CalculateSymbolContextModule()
|
| H A D | ObjectFile.cpp | 310 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass()
|
| /freebsd/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/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 represents the section (lldb.SBSection) that this address resides within.''')
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBAddress.h | 72 lldb::SBSection GetSection();
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 249 SectionSP sect_sp = mod->GetObjectFile()->GetBaseAddress().GetSection(); in getModuleFileSize() 268 lldb::SectionSP next_sect_sp = sect_so_addr.GetSection(); in getModuleFileSize() 275 next_sect_sp = sect_so_addr.GetSection(); in getModuleFileSize()
|
| /freebsd/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 | 1798 SectionSP section_sp(addr.GetSection()); in ReadMemoryFromFileCache() 1880 SectionSP section_sp(resolved_addr.GetSection()); in ReadMemory()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 1647 SectionSP section_sp(addr.GetSection()); in DumpRegion()
|
| H A D | CommandObjectThread.cpp | 973 Address fun_end_addr(fun_start_addr.GetSection(), in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 1065 sc.function->GetAddressRange().GetBaseAddress().GetSection()); in RemoveFunctionsWithModuleNotEqualTo()
|
| H A D | SymbolFileDWARF.cpp | 2192 static_cast<void *>(so_addr.GetSection().get()), in ResolveSymbolContext()
|
| /freebsd/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/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 3079 SectionSP section_sp = entry_point_addr.GetSection(); in ParseSymtab()
|