/llvm-project/lldb/source/API/ |
H A D | SBSection.cpp | 29 SBSection::SBSection(const lldb::SectionSP §ion_sp) { in SBSection() 52 SectionSP section_sp(GetSP()); in operator bool() local 59 SectionSP section_sp(GetSP()); in GetName() local 69 SectionSP section_sp(GetSP()); in GetParent() local 83 SectionSP section_sp(GetSP()); in FindSubSection() local 96 SectionSP section_sp(GetSP()); in GetNumSubSections() local 106 SectionSP section_sp(GetSP()); in GetSubSectionAtIndex() local 114 void SBSection::SetSP(const lldb::SectionSP §ion_sp) { in SetSP() 122 SectionSP section_sp(GetSP()); in GetFileAddress() local 133 SectionSP section_sp(GetSP()); in GetLoadAddress() local [all …]
|
/llvm-project/lldb/source/Target/ |
H A D | SectionLoadHistory.cpp | 106 const lldb::SectionSP §ion_sp) { in GetSectionLoadAddress() argument 125 SetSectionLoadAddress(uint32_t stop_id,const lldb::SectionSP & section_sp,addr_t load_addr,bool warn_multiple) SetSectionLoadAddress() argument 137 SetSectionUnloaded(uint32_t stop_id,const lldb::SectionSP & section_sp) SetSectionUnloaded() argument 146 SetSectionUnloaded(uint32_t stop_id,const lldb::SectionSP & section_sp,addr_t load_addr) SetSectionUnloaded() argument
|
H A D | SectionLoadList.cpp | 146 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() 183 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp, in SetSectionUnloaded()
|
/llvm-project/lldb/source/Core/ |
H A D | Address.cpp | 287 if (section_sp) in GetModule() local 294 if (section_sp) { in GetFileAddress() local 253 SectionSP section_sp( ResolveAddressUsingFileSections() local 314 SectionSP section_sp(GetSection()); GetLoadAddress() local 414 SectionSP section_sp(GetSection()); Dump() local 838 SectionSP section_sp(GetSection()); CalculateSymbolContext() local 852 SectionSP section_sp(GetSection()); CalculateSymbolContextModule() local 859 SectionSP section_sp(GetSection()); CalculateSymbolContextCompileUnit() local 873 SectionSP section_sp(GetSection()); CalculateSymbolContextFunction() local 887 SectionSP section_sp(GetSection()); CalculateSymbolContextBlock() local 901 SectionSP section_sp(GetSection()); CalculateSymbolContextSymbol() local 915 SectionSP section_sp(GetSection()); CalculateSymbolContextLineEntry() local [all...] |
H A D | AddressRange.cpp | 226 const auto section_sp = m_base_addr.GetSection(); in GetDescription() local
|
H A D | Section.cpp | 475 AddSection(const lldb::SectionSP & section_sp) AddSection() argument 656 for (const auto §ion_sp : m_sections) Dump() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
H A D | ObjectFilePlaceholder.cpp | 39 auto section_sp = std::make_shared<lldb_private::Section>( in CreateSections() local
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | Address.h | 143 Address(const lldb::SectionSP §ion_sp, lldb::addr_t offset) in Address() 473 void SetSection(const lldb::SectionSP §ion_sp) { in SetSection()
|
/llvm-project/lldb/unittests/ObjectFile/PECOFF/ |
H A D | TestSectionSize.cpp | 61 SectionSP section_sp = section_list->GetSectionAtIndex(i); in TEST_F() local
|
/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
H A D | SymbolVendorWasm.cpp | 126 if (SectionSP section_sp = in CreateInstance() local
|
/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
H A D | SymbolVendorELF.cpp | 130 if (SectionSP section_sp = CreateInstance() local
|
/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
H A D | SymbolVendorPECOFF.cpp | 121 if (SectionSP section_sp = in CreateInstance() local
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
H A D | DynamicLoaderStatic.cpp | 104 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses() local
|
/llvm-project/lldb/unittests/Symbol/ |
H A D | TestDWARFCallFrameInfo.cpp | 227 auto section_sp = list->FindSectionByType(type == DWARFCallFrameInfo::EH in TestBasic() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFContext.cpp | 23 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 327 SectionSP section_sp( in CreateSections() local 380 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress() local
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverAddress.cpp | 66 SectionSP section_sp = m_addr.GetSection(); SerializeToStructuredData() local
|
H A D | Breakpoint.cpp | 525 SectionSP section_sp(section_addr.GetSection()); ModulesChanged() local 573 SectionSP section_sp(break_loc_sp->GetAddress().GetSection()); ModulesChanged() local 646 SectionSP section_sp = break_loc_sp->GetAddress().GetSection(); ModuleReplaced() local
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 221 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UpdateLoadedSections() local 251 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSections() local
|
/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 233 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress() local 378 SectionSP section_sp(section_list->GetSectionAtIndex(i)); ReadJITDescriptorImpl() local [all...] |
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.cpp | 140 auto section_sp = std::make_shared<Section>( in CreateSections() local
|
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.cpp | 253 SectionSP section_sp( UpdateImageLoadAddress() local 286 SectionSP section_sp( UpdateImageLoadAddress() local 325 SectionSP section_sp( UnloadModuleSections() local [all...] |
/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 178 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress() local
|
/llvm-project/lldb/source/Symbol/ |
H A D | ObjectFile.cpp | 310 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass() local 645 SectionSP section_sp = section_list->GetSectionAtIndex(i); GetLoadableData() local
|
H A D | Symbol.cpp | 39 bool is_artificial, const lldb::SectionSP §ion_sp, in Symbol() argument 124 if (SectionSP section_sp = in FromJSON() local
|