Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DAddress.cpp267 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 DAddressRange.cpp64 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 DModule.cpp446 SectionSP section_sp(so_addr.GetSection()); in ResolveSymbolContextForAddress()
545 if (addr_range.GetBaseAddress().GetSection() == in ResolveSymbolContextForAddress()
546 so_addr.GetSection()) { in ResolveSymbolContextForAddress()
H A DFormatEntity.cpp492 if (func_addr.GetSection() == format_addr.GetSection()) { in DumpAddressOffsetFromFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp74 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 DBreakpoint.cpp548 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 DBreakpointLocationList.cpp89 SectionSP section_sp(break_loc->GetAddress().GetSection()); in FindInModule()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddress.h366 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 DBlock.cpp229 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeContainingAddress()
264 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) { in GetRangeIndexContainingAddress()
H A DSymbol.cpp116 return m_addr_range.GetBaseAddress().GetSection().get() != nullptr; in ValueIsAddress()
179 if (m_addr_range.GetBaseAddress().GetSection()) { in GetDescription()
H A DFunction.cpp353 SectionSP section_sp(m_range.GetBaseAddress().GetSection()); in CalculateSymbolContextModule()
H A DObjectFile.cpp323 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAddress.cpp141 lldb::SBSection SBAddress::GetSection() { in GetSection() function in SBAddress
144 sb_section.SetSP(m_opaque_ap->GetSection()); in GetSection()
H A DSBValue.cpp1403 (addr.GetSection() ? addr.GetSection()->GetName().GetCString() in GetAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBAddress.h67 lldb::SBSection GetSection();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp189 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 DSymbolFileDWARFDebugMap.cpp988 sc.function->GetAddressRange().GetBaseAddress().GetSection()); in RemoveFunctionsWithModuleNotEqualTo()
H A DSymbolFileDWARF.cpp1791 static_cast<void *>(so_addr.GetSection().get()), in ResolveSymbolContext()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebuggerHandleEvents.cpp775 lldb::SBSection sbSection = sbAddress.GetSection(); in MiHelpGetModuleInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1731 SectionSP section_sp(addr.GetSection()); in DoExecute()
H A DCommandObjectThread.cpp1224 Address fun_end_addr(fun_start_addr.GetSection(), in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp1385 if (value_so_addr.IsValid() && value_so_addr.GetSection()) { in SymbolLookup()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1715 SectionSP section_sp(addr.GetSection()); in ReadMemoryFromFileCache()