Home
last modified time | relevance | path

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

/freebsd/contrib/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()
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 DAddress.cpp275 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 DModule.cpp463 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 DCXXFunctionPointer.cpp42 if (so_addr.GetSection() == nullptr) { in CXXFunctionPointerSummaryProvider()
56 if (test_address.GetSection() != nullptr) { in CXXFunctionPointerSummaryProvider()
/freebsd/contrib/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.cpp570 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 DBreakpointLocationList.cpp88 SectionSP section_sp(break_loc->GetAddress().GetSection()); in FindInModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h343 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 DSBAddress.cpp152 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 DSBAddressExtensions.i50 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 DSBAddress.h72 lldb::SBSection GetSection();
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp166 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 DFunction.cpp456 if (SectionSP section_sp = m_address.GetSection()) in CalculateSymbolContextModule()
H A DObjectFile.cpp310 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp260 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 DObjectFileELF.cpp3056 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 DCommandObjectMemory.cpp1675 SectionSP section_sp(addr.GetSection()); in DumpRegion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1084 const SectionSP section_sp = sc.function->GetAddress().GetSection(); in RemoveFunctionsWithModuleNotEqualTo()
H A DSymbolFileDWARF.cpp2133 static_cast<void *>(so_addr.GetSection().get()), in ResolveSymbolContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1814 if (value_so_addr.IsValid() && value_so_addr.GetSection()) { in SymbolLookup()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1956 SectionSP section_sp(addr.GetSection()); in ReadMemoryFromFileCache()
2040 SectionSP section_sp(resolved_addr.GetSection()); in ReadMemory()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp4525 result = (arg1)->GetSection(); in _wrap_SBAddress_GetSection()