| /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() 170 if (m_base_addr.GetSection()) in Dump() 211 static_cast<void *>(m_base_addr.GetSection().get()), in DumpDebug() 229 const auto section_sp = m_base_addr.GetSection(); in GetDescription()
|
| H A D | Address.cpp | 275 SectionSP section_sp(GetSection()); in GetModule() 282 SectionSP section_sp(GetSection()); in GetFileAddress() 302 SectionSP section_sp(GetSection()); in GetLoadAddress() 402 SectionSP section_sp(GetSection()); in Dump() 665 if (sc.symbol->GetAddressRef().GetSection() != GetSection()) { in Dump() 709 sc.symbol->GetAddressRef().GetSection() != GetSection()) in Dump() 801 if (GetSection()) in SectionWasDeleted() 826 SectionSP section_sp(GetSection()); in CalculateSymbolContext() 840 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule() 847 SectionSP section_sp(GetSection()); in CalculateSymbolContextCompileUnit() [all …]
|
| H A D | Module.cpp | 463 SectionSP section_sp(so_addr.GetSection()); in ResolveSymbolContextForAddress() 563 if (addr_range.GetBaseAddress().GetSection() == in ResolveSymbolContextForAddress() 564 so_addr.GetSection()) { in ResolveSymbolContextForAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | CXXFunctionPointer.cpp | 42 if (so_addr.GetSection() == nullptr) { in CXXFunctionPointerSummaryProvider() 56 if (test_address.GetSection() != nullptr) { in CXXFunctionPointerSummaryProvider()
|
| /freebsd/contrib/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 | 570 SectionSP section_sp(section_addr.GetSection()); in ModulesChanged() 618 SectionSP section_sp(break_loc_sp->GetAddress().GetSection()); in ModulesChanged() 694 SectionSP section_sp = break_loc_sp->GetAddress().GetSection(); in ModuleReplaced()
|
| H A D | BreakpointLocationList.cpp | 88 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); in IsSectionOffset() 432 lldb::SectionSP GetSection() const { return m_section_wp.lock(); } in GetSection() function
|
| /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/Symbol/ |
| H A D | Symbol.cpp | 166 return (bool)m_addr_range.GetBaseAddress().GetSection(); in ValueIsAddress() 230 if (m_addr_range.GetBaseAddress().GetSection()) { in GetDescription() 732 bool is_addr = m_addr_range.GetBaseAddress().GetSection().get() != nullptr; in Encode()
|
| H A D | Function.cpp | 456 if (SectionSP section_sp = m_address.GetSection()) in CalculateSymbolContextModule()
|
| H A D | ObjectFile.cpp | 310 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 260 SectionSP sect_sp = mod->GetObjectFile()->GetBaseAddress().GetSection(); in getModuleFileSize() 279 lldb::SectionSP next_sect_sp = sect_so_addr.GetSection(); in getModuleFileSize() 286 next_sect_sp = sect_so_addr.GetSection(); in getModuleFileSize()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 3056 SectionSP section_sp = entry_point_addr.GetSection(); in ParseSymtab() 3835 addr.GetSection()->GetSectionData(data); in ReadDataFromDynamic() 3836 return DataExtractor(data, d_ptr_addr - addr.GetSection()->GetFileAddress(), in ReadDataFromDynamic()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 1675 SectionSP section_sp(addr.GetSection()); in DumpRegion()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 1084 const SectionSP section_sp = sc.function->GetAddress().GetSection(); in RemoveFunctionsWithModuleNotEqualTo()
|
| H A D | SymbolFileDWARF.cpp | 2133 static_cast<void *>(so_addr.GetSection().get()), in ResolveSymbolContext()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 1814 if (value_so_addr.IsValid() && value_so_addr.GetSection()) { in SymbolLookup()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 1956 SectionSP section_sp(addr.GetSection()); in ReadMemoryFromFileCache() 2040 SectionSP section_sp(resolved_addr.GetSection()); in ReadMemory()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 4525 result = (arg1)->GetSection(); in _wrap_SBAddress_GetSection()
|