Home
last modified time | relevance | path

Searched defs:section_sp (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project/lldb/source/API/
H A DSBSection.cpp29 SBSection::SBSection(const lldb::SectionSP &section_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 &section_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 DSectionLoadHistory.cpp106 const lldb::SectionSP &section_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 DSectionLoadList.cpp146 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP &section_sp) { in SetSectionUnloaded()
183 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP &section_sp, in SetSectionUnloaded()
/llvm-project/lldb/source/Core/
H A DAddress.cpp287 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 DAddressRange.cpp226 const auto section_sp = m_base_addr.GetSection(); in GetDescription() local
H A DSection.cpp475 AddSection(const lldb::SectionSP & section_sp) AddSection() argument
656 for (const auto &section_sp : m_sections) Dump() local
/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp39 auto section_sp = std::make_shared<lldb_private::Section>( in CreateSections() local
/llvm-project/lldb/include/lldb/Core/
H A DAddress.h143 Address(const lldb::SectionSP &section_sp, lldb::addr_t offset) in Address()
473 void SetSection(const lldb::SectionSP &section_sp) { in SetSection()
/llvm-project/lldb/unittests/ObjectFile/PECOFF/
H A DTestSectionSize.cpp61 SectionSP section_sp = section_list->GetSectionAtIndex(i); in TEST_F() local
/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp126 if (SectionSP section_sp = in CreateInstance() local
/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp130 if (SectionSP section_sp = CreateInstance() local
/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp121 if (SectionSP section_sp = in CreateInstance() local
/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp104 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses() local
/llvm-project/lldb/unittests/Symbol/
H A DTestDWARFCallFrameInfo.cpp227 auto section_sp = list->FindSectionByType(type == DWARFCallFrameInfo::EH in TestBasic() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp23 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection() local
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp327 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 DBreakpointResolverAddress.cpp66 SectionSP section_sp = m_addr.GetSection(); SerializeToStructuredData() local
H A DBreakpoint.cpp525 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 DDynamicLoaderHexagonDYLD.cpp221 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 DJITLoaderGDB.cpp233 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 DObjectFileBreakpad.cpp140 auto section_sp = std::make_shared<Section>( in CreateSections() local
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp253 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 DObjectFileJIT.cpp178 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress() local
/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp310 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass() local
645 SectionSP section_sp = section_list->GetSectionAtIndex(i); GetLoadableData() local
H A DSymbol.cpp39 bool is_artificial, const lldb::SectionSP &section_sp, in Symbol() argument
124 if (SectionSP section_sp = in FromJSON() local

12