| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBSection.cpp | 31 SBSection::SBSection(const lldb::SectionSP §ion_sp) in SBSection() 56 SectionSP section_sp(GetSP()); in operator bool() local 63 SectionSP section_sp(GetSP()); in GetName() local 73 SectionSP section_sp(GetSP()); in GetParent() local 88 SectionSP section_sp(GetSP()); in FindSubSection() local 101 SectionSP section_sp(GetSP()); in GetNumSubSections() local 112 SectionSP section_sp(GetSP()); in GetSubSectionAtIndex() local 120 void SBSection::SetSP(const lldb::SectionSP §ion_sp) { in SetSP() 128 SectionSP section_sp(GetSP()); in GetFileAddress() local 140 SectionSP section_sp(GetSP()); in GetLoadAddress() local [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | Address.cpp | 250 SectionSP section_sp( in ResolveAddressUsingFileSections() local 284 SectionSP section_sp(GetSection()); in GetModule() local 291 SectionSP section_sp(GetSection()); in GetFileAddress() local 311 SectionSP section_sp(GetSection()); in GetLoadAddress() local 396 SectionSP section_sp(GetSection()); in Dump() local 801 SectionSP section_sp(GetSection()); in CalculateSymbolContext() local 815 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule() local 822 SectionSP section_sp(GetSection()); in CalculateSymbolContextCompileUnit() local 836 SectionSP section_sp(GetSection()); in CalculateSymbolContextFunction() local 850 SectionSP section_sp(GetSection()); in CalculateSymbolContextBlock() local [all …]
|
| D | Section.cpp | 407 size_t SectionList::AddSection(const lldb::SectionSP §ion_sp) { in AddSection() 588 for (const auto §ion_sp : m_sections) in Dump() local
|
| D | DynamicLoader.cpp | 133 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon() local
|
| D | Module.cpp | 458 SectionSP section_sp(so_addr.GetSection()); in ResolveSymbolContextForAddress() local 1438 lldb::SectionSP section_sp( in SetSymbolFileFileSpec() local 1470 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx); in IsLoadedInTarget() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | SectionLoadHistory.cpp | 106 const lldb::SectionSP §ion_sp) { in GetSectionLoadAddress() 125 uint32_t stop_id, const lldb::SectionSP §ion_sp, addr_t load_addr, in SetSectionLoadAddress() 137 const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() 146 const lldb::SectionSP §ion_sp, in SetSectionUnloaded()
|
| D | SectionLoadList.cpp | 135 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() 172 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp, in SetSectionUnloaded()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| D | Address.h | 140 Address(const lldb::SectionSP §ion_sp, lldb::addr_t offset) in Address() 450 void SetSection(const lldb::SectionSP §ion_sp) { in SetSection()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
| D | SymbolVendorWasm.cpp | 128 if (SectionSP section_sp = in CreateInstance() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
| D | SymbolVendorELF.cpp | 133 if (SectionSP section_sp = in CreateInstance() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFContext.cpp | 21 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
| D | DynamicLoaderStatic.cpp | 107 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| D | ObjectFileWasm.cpp | 330 SectionSP section_sp( in CreateSections() local 383 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/ |
| D | LineEntry.cpp | 20 LineEntry::LineEntry(const lldb::SectionSP §ion_sp, in LineEntry()
|
| D | ObjectFile.cpp | 298 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass() local 629 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData() local
|
| D | Symbol.cpp | 35 const lldb::SectionSP §ion_sp, addr_t offset, addr_t size, in Symbol()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/ |
| D | BreakpointResolverAddress.cpp | 69 SectionSP section_sp = m_addr.GetSection(); in SerializeToStructuredData() local
|
| D | Breakpoint.cpp | 529 SectionSP section_sp(section_addr.GetSection()); in ModulesChanged() local 579 SectionSP section_sp(break_loc_sp->GetAddress().GetSection()); in ModulesChanged() local 654 SectionSP section_sp = break_loc_sp->GetAddress().GetSection(); in ModuleReplaced() local
|
| D | BreakpointLocationList.cpp | 88 SectionSP section_sp(break_loc->GetAddress().GetSection()); in FindInModule() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| D | DynamicLoaderHexagonDYLD.cpp | 231 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UpdateLoadedSections() local 261 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSections() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| D | JITLoaderGDB.cpp | 238 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress() local 386 SectionSP section_sp(section_list->GetSectionAtIndex(i)); in ReadJITDescriptorImpl() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| D | ObjectFileBreakpad.cpp | 143 auto section_sp = std::make_shared<Section>( in CreateSections() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| D | ObjectFileJIT.cpp | 219 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| D | ProcessMinidump.cpp | 89 auto section_sp = std::make_shared<Section>( in CreateSections() local 425 SectionSP section_sp = sections->GetSectionAtIndex(i); in BuildMemoryRegions() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ObjectFileELF.cpp | 684 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress() local 1839 SectionSP section_sp(new Section( in CreateSections() local 2819 SectionSP section_sp = entry_point_addr.GetSection(); in GetSymtab() local 2922 SectionSP section_sp = in ParseUnwindSymbols() local
|