Home
last modified time | relevance | path

Searched refs:sect_sp (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp539 SectionSP sect_sp; in GetSectionAtIndex() local
542 return sect_sp; in GetSectionAtIndex()
547 SectionSP sect_sp; in FindSectionByName() local
559 sect_sp = in FindSectionByName()
565 return sect_sp; in FindSectionByName()
569 SectionSP sect_sp; in FindSectionByID() local
583 return sect_sp; in FindSectionByID()
589 SectionSP sect_sp; in FindSectionByType() local
598 if (sect_sp) in FindSectionByType()
602 return sect_sp; in FindSectionByType()
[all …]
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DSymbolTest.cpp51 SectionSP sect_sp(new Section( in TEST() local
65 sect_list.AddSection(sect_sp); in TEST()
75 /*section_sp=*/sect_sp, in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp154 SectionSP sect_sp = sect_list->FindSectionByName(ConstString(".text")); in HashElfTextSection() local
155 if (!sect_sp) in HashElfTextSection()
163 const size_t text_size = sect_sp->GetFileSize(); in HashElfTextSection()
166 sect_sp->GetObjectFile()->GetData(sect_sp->GetFileOffset(), read_size, data); in HashElfTextSection()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp156 SectionSP sect_sp = mod->GetObjectFile()->GetBaseAddress().GetSection(); in getModuleFileSize() local
159 if (!sect_sp) { in getModuleFileSize()
163 lldb::addr_t sect_addr = sect_sp->GetLoadBaseAddress(&target); in getModuleFileSize()
166 lldb::addr_t sect_size = sect_sp->GetByteSize(); in getModuleFileSize()
179 sect_size = sect_sp->GetByteSize(); in getModuleFileSize()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymtab.cpp899 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap() local
900 if (sect_sp) { in AddSectionsToRangeMap()
901 SectionList &child_sectlist = sect_sp->GetChildren(); in AddSectionsToRangeMap()
908 size_t size = sect_sp->GetByteSize(); in AddSectionsToRangeMap()
910 addr_t base_addr = sect_sp->GetFileAddress(); in AddSectionsToRangeMap()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp7000 SectionSP sect_sp =
7002 if (sect_sp) {
7004 sect_sp, std::get<1>(name_vmaddr_tuple));