| /external/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 …]
|
| /external/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
|
| /external/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()
|
| /external/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()
|
| /external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
| D | SymbolVendorWasm.cpp | 129 if (SectionSP section_sp = in CreateInstance() local
|
| /external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
| D | SymbolVendorELF.cpp | 134 if (SectionSP section_sp = in CreateInstance() local
|
| /external/llvm-project/lldb/unittests/Symbol/ |
| D | TestDWARFCallFrameInfo.cpp | 227 auto section_sp = list->FindSectionByType(type == DWARFCallFrameInfo::EH in TestBasic() local
|
| /external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFContext.cpp | 21 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection() local
|
| /external/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
| D | DynamicLoaderStatic.cpp | 110 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses() local
|
| /external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| D | ObjectFileWasm.cpp | 315 SectionSP section_sp( in CreateSections() local 368 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress() local
|
| /external/llvm-project/lldb/source/Symbol/ |
| D | LineEntry.cpp | 21 LineEntry::LineEntry(const lldb::SectionSP §ion_sp, in LineEntry()
|
| D | ObjectFile.cpp | 322 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass() local 661 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData() local
|
| /external/llvm-project/lldb/source/Breakpoint/ |
| D | BreakpointResolverAddress.cpp | 69 SectionSP section_sp = m_addr.GetSection(); in SerializeToStructuredData() local
|
| D | Breakpoint.cpp | 549 SectionSP section_sp(section_addr.GetSection()); in ModulesChanged() local 601 SectionSP section_sp(break_loc_sp->GetAddress().GetSection()); in ModulesChanged() local 676 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
|
| /external/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
|
| /external/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| D | JITLoaderGDB.cpp | 236 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress() local 381 SectionSP section_sp(section_list->GetSectionAtIndex(i)); in ReadJITDescriptorImpl() local
|
| /external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| D | DynamicLoaderDarwin.cpp | 262 SectionSP section_sp( in UpdateImageLoadAddress() local 295 SectionSP section_sp( in UpdateImageLoadAddress() local 334 SectionSP section_sp( in UnloadModuleSections() local
|
| /external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| D | ObjectFileBreakpad.cpp | 143 auto section_sp = std::make_shared<Section>( in CreateSections() local
|
| /external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| D | ObjectFileJIT.cpp | 219 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress() local
|
| /external/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
|
| /external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
| D | ObjectFilePECOFF.cpp | 309 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress() local 847 SectionSP section_sp(new Section( in CreateSections() local
|