| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | AddressRange.cpp | 47 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 D | Address.cpp | 284 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 D | Module.cpp | 458 SectionSP section_sp(so_addr.GetSection()); in ResolveSymbolContextForAddress() 554 if (addr_range.GetBaseAddress().GetSection() == in ResolveSymbolContextForAddress() 555 so_addr.GetSection()) { in ResolveSymbolContextForAddress()
|
| H A D | FormatEntity.cpp | 475 if (func_addr.GetSection() == format_addr.GetSection()) { in DumpAddressOffsetFromFunction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 69 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 D | Breakpoint.cpp | 529 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 D | BreakpointLocationList.cpp | 88 SectionSP section_sp(break_loc->GetAddress().GetSection()); in FindInModule()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBAddress.cpp | 159 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 D | SBAddress.i | 98 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 D | Address.h | 320 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 D | Block.cpp | 244 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeContainingAddress() 279 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeIndexContainingAddress()
|
| H A D | Symbol.cpp | 118 return m_addr_range.GetBaseAddress().GetSection().get() != nullptr; in ValueIsAddress() 181 if (m_addr_range.GetBaseAddress().GetSection()) { in GetDescription()
|
| H A D | Function.cpp | 411 SectionSP section_sp(m_range.GetBaseAddress().GetSection()); in CalculateSymbolContextModule()
|
| H A D | ObjectFile.cpp | 298 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBAddress.h | 72 lldb::SBSection GetSection();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 189 if (m_current_pc.GetSection() == m_start_pc.GetSection()) { in InitializeZerothFrame() 514 addr_range.GetBaseAddress().GetSection() != m_current_pc.GetSection() || in InitializeNonZerothFrame()
|
| H A D | Target.cpp | 1691 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 D | CommandObjectMemory.cpp | 1662 SectionSP section_sp(addr.GetSection()); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 977 Address fun_end_addr(fun_start_addr.GetSection(), in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 1004 sc.function->GetAddressRange().GetBaseAddress().GetSection()); in RemoveFunctionsWithModuleNotEqualTo()
|
| H A D | SymbolFileDWARF.cpp | 1862 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 D | DisassemblerLLVMC.cpp | 1332 if (value_so_addr.IsValid() && value_so_addr.GetSection()) { in SymbolLookup()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2819 SectionSP section_sp = entry_point_addr.GetSection(); in GetSymtab()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 4328 result = (arg1)->GetSection(); in _wrap_SBAddress_GetSection()
|