Home
last modified time | relevance | path

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

12

/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()
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.cpp287 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 DModule.cpp456 SectionSP section_sp(so_addr.GetSection()); in ResolveSymbolContextForAddress()
553 if (addr_range.GetBaseAddress().GetSection() == in ResolveSymbolContextForAddress()
554 so_addr.GetSection()) { in ResolveSymbolContextForAddress()
H A DFormatEntity.cpp468 if (func_addr.GetSection() == format_addr.GetSection()) { in DumpAddressOffsetFromFunction()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp45 if (so_addr.GetSection() == nullptr) { in CXXFunctionPointerSummaryProvider()
59 if (test_address.GetSection() != nullptr) { in CXXFunctionPointerSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp66 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 DBreakpoint.cpp525 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 DBreakpointLocationList.cpp87 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);
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 DBlock.cpp255 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeContainingAddress()
290 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeIndexContainingAddress()
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.cpp444 SectionSP section_sp(m_range.GetBaseAddress().GetSection()); in CalculateSymbolContextModule()
H A DObjectFile.cpp310 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass()
/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/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp249 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 DRegisterContextUnwind.cpp188 if (m_current_pc.GetSection() == m_start_pc.GetSection()) { in InitializeZerothFrame()
526 addr_range.GetBaseAddress().GetSection() != m_current_pc.GetSection() || in InitializeNonZerothFrame()
H A DTarget.cpp1798 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 DCommandObjectMemory.cpp1647 SectionSP section_sp(addr.GetSection()); in DumpRegion()
H A DCommandObjectThread.cpp973 Address fun_end_addr(fun_start_addr.GetSection(), in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1065 sc.function->GetAddressRange().GetBaseAddress().GetSection()); in RemoveFunctionsWithModuleNotEqualTo()
H A DSymbolFileDWARF.cpp2192 static_cast<void *>(so_addr.GetSection().get()), in ResolveSymbolContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1798 if (value_so_addr.IsValid() && value_so_addr.GetSection()) { in SymbolLookup()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3079 SectionSP section_sp = entry_point_addr.GetSection(); in ParseSymtab()

12