Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp47 SectionSP range_sect_sp = GetBaseAddress().GetSection(); in Contains()
48 SectionSP addr_sect_sp = addr.GetSection(); in Contains()
72 if (addr.GetSection() == m_base_addr.GetSection()) in ContainsFileAddress()
104 if (addr.GetSection() == m_base_addr.GetSection()) in ContainsLoadAddress()
212 static_cast<void *>(m_base_addr.GetSection().get()), in DumpDebug()
H A DAddress.cpp284 SectionSP section_sp(GetSection()); in GetModule()
291 SectionSP section_sp(GetSection()); in GetFileAddress()
311 SectionSP section_sp(GetSection()); in GetLoadAddress()
396 SectionSP section_sp(GetSection()); in Dump()
659 if (sc.symbol->GetAddressRef().GetSection() != GetSection()) { in Dump()
700 sc.symbol->GetAddressRef().GetSection() != GetSection()) in Dump()
776 if (GetSection()) in SectionWasDeleted()
801 SectionSP section_sp(GetSection()); in CalculateSymbolContext()
815 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule()
987 return a.GetOffset() == rhs.GetOffset() && a.GetSection() == rhs.GetSection(); in operator ==()
[all …]
H A DModule.cpp458 SectionSP section_sp(so_addr.GetSection()); in ResolveSymbolContextForAddress()
554 if (addr_range.GetBaseAddress().GetSection() == in ResolveSymbolContextForAddress()
555 so_addr.GetSection()) { in ResolveSymbolContextForAddress()
H A DFormatEntity.cpp475 if (func_addr.GetSection() == format_addr.GetSection()) { in DumpAddressOffsetFromFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp69 SectionSP section_sp = m_addr.GetSection(); in SerializeToStructuredData()
98 if (m_addr.GetSection() || m_module_filespec) in ResolveBreakpoint()
111 if (m_addr.GetSection()) in ResolveBreakpointInModules()
H A DBreakpoint.cpp529 SectionSP section_sp(section_addr.GetSection()); in ModulesChanged()
579 SectionSP section_sp(break_loc_sp->GetAddress().GetSection()); in ModulesChanged()
654 SectionSP section_sp = break_loc_sp->GetAddress().GetSection(); in ModuleReplaced()
H A DBreakpointLocationList.cpp88 SectionSP section_sp(break_loc->GetAddress().GetSection()); in FindInModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp159 lldb::SBSection SBAddress::GetSection() { in GetSection() function in SBAddress
160 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBSection, SBAddress, GetSection); in GetSection()
164 sb_section.SetSP(m_opaque_up->GetSection()); in GetSection()
303 LLDB_REGISTER_METHOD(lldb::SBSection, SBAddress, GetSection, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddress.i98 GetSection ();
184 …section = property(GetSection, None, doc='''A read only property that returns an lldb object that …
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h320 return IsValid() && (GetSection().get() != nullptr); in IsSectionOffset()
416 lldb::SectionSP GetSection() const { return m_section_wp.lock(); } in GetSection() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp244 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeContainingAddress()
279 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeIndexContainingAddress()
H A DSymbol.cpp118 return m_addr_range.GetBaseAddress().GetSection().get() != nullptr; in ValueIsAddress()
181 if (m_addr_range.GetBaseAddress().GetSection()) { in GetDescription()
H A DFunction.cpp411 SectionSP section_sp(m_range.GetBaseAddress().GetSection()); in CalculateSymbolContextModule()
H A DObjectFile.cpp298 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAddress.h72 lldb::SBSection GetSection();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp189 if (m_current_pc.GetSection() == m_start_pc.GetSection()) { in InitializeZerothFrame()
514 addr_range.GetBaseAddress().GetSection() != m_current_pc.GetSection() || in InitializeNonZerothFrame()
H A DTarget.cpp1691 SectionSP section_sp(addr.GetSection()); in ReadMemoryFromFileCache()
1765 SectionSP section_sp(resolved_addr.GetSection()); in ReadMemory()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1662 SectionSP section_sp(addr.GetSection()); in DoExecute()
H A DCommandObjectThread.cpp977 Address fun_end_addr(fun_start_addr.GetSection(), in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1004 sc.function->GetAddressRange().GetBaseAddress().GetSection()); in RemoveFunctionsWithModuleNotEqualTo()
H A DSymbolFileDWARF.cpp1862 static_cast<void *>(so_addr.GetSection().get()), in ResolveSymbolContext()
2190 if (auto section_sp = addr.GetSection()) { in ResolveFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1332 if (value_so_addr.IsValid() && value_so_addr.GetSection()) { in SymbolLookup()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2819 SectionSP section_sp = entry_point_addr.GetSection(); in GetSymtab()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp4328 result = (arg1)->GetSection(); in _wrap_SBAddress_GetSection()