| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Address.cpp | 267 SectionSP section_sp(GetSection()); in GetModule() 274 SectionSP section_sp(GetSection()); in GetFileAddress() 294 SectionSP section_sp(GetSection()); in GetLoadAddress() 379 SectionSP section_sp(GetSection()); in Dump() 646 if (sc.symbol->GetAddressRef().GetSection() != GetSection()) { in Dump() 687 sc.symbol->GetAddressRef().GetSection() != GetSection()) in Dump() 764 if (GetSection()) in SectionWasDeleted() 789 SectionSP section_sp(GetSection()); in CalculateSymbolContext() 803 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule() 977 return a.GetOffset() == rhs.GetOffset() && a.GetSection() == rhs.GetSection(); in operator ==() [all …]
|
| H A D | AddressRange.cpp | 64 if (addr.GetSection() == m_base_addr.GetSection()) in ContainsFileAddress() 96 if (addr.GetSection() == m_base_addr.GetSection()) in ContainsLoadAddress() 184 static_cast<void *>(m_base_addr.GetSection().get()), in DumpDebug()
|
| H A D | Module.cpp | 446 SectionSP section_sp(so_addr.GetSection()); in ResolveSymbolContextForAddress() 545 if (addr_range.GetBaseAddress().GetSection() == in ResolveSymbolContextForAddress() 546 so_addr.GetSection()) { in ResolveSymbolContextForAddress()
|
| H A D | FormatEntity.cpp | 492 if (func_addr.GetSection() == format_addr.GetSection()) { in DumpAddressOffsetFromFunction()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 74 SectionSP section_sp = m_addr.GetSection(); in SerializeToStructuredData() 104 if (m_addr.GetSection() || m_module_filespec) in ResolveBreakpoint() 117 if (m_addr.GetSection()) in ResolveBreakpointInModules()
|
| H A D | Breakpoint.cpp | 548 SectionSP section_sp(section_addr.GetSection()); in ModulesChanged() 600 SectionSP section_sp(break_loc_sp->GetAddress().GetSection()); in ModulesChanged() 675 SectionSP section_sp = break_loc_sp->GetAddress().GetSection(); in ModuleReplaced()
|
| H A D | BreakpointLocationList.cpp | 89 SectionSP section_sp(break_loc->GetAddress().GetSection()); in FindInModule()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Address.h | 366 return IsValid() && (GetSection().get() != nullptr); in IsSectionOffset() 457 lldb::SectionSP GetSection() const { return m_section_wp.lock(); } in GetSection() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Block.cpp | 229 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeContainingAddress() 264 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeIndexContainingAddress()
|
| H A D | Symbol.cpp | 116 return m_addr_range.GetBaseAddress().GetSection().get() != nullptr; in ValueIsAddress() 179 if (m_addr_range.GetBaseAddress().GetSection()) { in GetDescription()
|
| H A D | Function.cpp | 353 SectionSP section_sp(m_range.GetBaseAddress().GetSection()); in CalculateSymbolContextModule()
|
| H A D | ObjectFile.cpp | 323 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBAddress.cpp | 141 lldb::SBSection SBAddress::GetSection() { in GetSection() function in SBAddress 144 sb_section.SetSP(m_opaque_ap->GetSection()); in GetSection()
|
| H A D | SBValue.cpp | 1403 (addr.GetSection() ? addr.GetSection()->GetName().GetCString() in GetAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBAddress.h | 67 lldb::SBSection GetSection();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextLLDB.cpp | 189 if (m_current_pc.GetSection() == m_start_pc.GetSection()) { in InitializeZerothFrame() 486 addr_range.GetBaseAddress().GetSection() == m_current_pc.GetSection() && in InitializeNonZerothFrame()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 988 sc.function->GetAddressRange().GetBaseAddress().GetSection()); in RemoveFunctionsWithModuleNotEqualTo()
|
| H A D | SymbolFileDWARF.cpp | 1791 static_cast<void *>(so_addr.GetSection().get()), in ResolveSymbolContext()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmnLLDBDebuggerHandleEvents.cpp | 775 lldb::SBSection sbSection = sbAddress.GetSection(); in MiHelpGetModuleInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 1731 SectionSP section_sp(addr.GetSection()); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1224 Address fun_end_addr(fun_start_addr.GetSection(), in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/ |
| H A D | DisassemblerLLVMC.cpp | 1385 if (value_so_addr.IsValid() && value_so_addr.GetSection()) { in SymbolLookup()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 1715 SectionSP section_sp(addr.GetSection()); in ReadMemoryFromFileCache()
|