Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp52 SectionSP section_sp(GetSP()); in operator bool() local
59 SectionSP section_sp(GetSP()); in GetName() local
69 SectionSP section_sp(GetSP()); in GetParent() local
96 SectionSP section_sp(GetSP()); in GetNumSubSections() local
106 SectionSP section_sp(GetSP()); in GetSubSectionAtIndex() local
122 SectionSP section_sp(GetSP()); in GetFileAddress() local
143 SectionSP section_sp(GetSP()); in GetByteSize() local
152 SectionSP section_sp(GetSP()); in GetFileOffset() local
167 SectionSP section_sp(GetSP()); in GetFileByteSize() local
183 SectionSP section_sp(GetSP()); in GetSectionData() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp106 const lldb::SectionSP &section_sp) { in GetSectionLoadAddress()
125 uint32_t stop_id, const lldb::SectionSP &section_sp, addr_t load_addr, in SetSectionLoadAddress()
137 const lldb::SectionSP &section_sp) { in SetSectionUnloaded()
146 const lldb::SectionSP &section_sp, in SetSectionUnloaded()
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()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp253 SectionSP section_sp( in ResolveAddressUsingFileSections() local
287 SectionSP section_sp(GetSection()); in GetModule() local
294 SectionSP section_sp(GetSection()); in GetFileAddress() local
314 SectionSP section_sp(GetSection()); in GetLoadAddress() local
414 SectionSP section_sp(GetSection()); in Dump() local
837 SectionSP section_sp(GetSection()); in CalculateSymbolContext() local
851 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule() local
858 SectionSP section_sp(GetSection()); in CalculateSymbolContextCompileUnit() local
872 SectionSP section_sp(GetSection()); in CalculateSymbolContextFunction() local
886 SectionSP section_sp(GetSection()); in CalculateSymbolContextBlock() local
[all …]
H A DSection.cpp475 size_t SectionList::AddSection(const lldb::SectionSP &section_sp) { in AddSection()
656 for (const auto &section_sp : m_sections) in Dump() local
H A DDynamicLoader.cpp135 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon() local
H A DModule.cpp456 SectionSP section_sp(so_addr.GetSection()); in ResolveSymbolContextForAddress() local
1384 lldb::SectionSP section_sp( in SetSymbolFileFileSpec() local
1416 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx); in IsLoadedInTarget() local
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp39 auto section_sp = std::make_shared<lldb_private::Section>( in CreateSections() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp126 if (SectionSP section_sp = in CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp130 if (SectionSP section_sp = in CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp121 if (SectionSP section_sp = in CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp107 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp23 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection() local
/freebsd/contrib/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
/freebsd/contrib/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
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp66 SectionSP section_sp = m_addr.GetSection(); in SerializeToStructuredData() local
H A DBreakpoint.cpp528 SectionSP section_sp(section_addr.GetSection()); in ModulesChanged() local
576 SectionSP section_sp(break_loc_sp->GetAddress().GetSection()); in ModulesChanged() local
649 SectionSP section_sp = break_loc_sp->GetAddress().GetSection(); in ModuleReplaced() local
H A DBreakpointLocationList.cpp87 SectionSP section_sp(break_loc->GetAddress().GetSection()); in FindInModule() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp235 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress() local
383 SectionSP section_sp(section_list->GetSectionAtIndex(i)); in ReadJITDescriptorImpl() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp140 auto section_sp = std::make_shared<Section>( in CreateSections() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp301 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass() local
636 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData() local
H A DSymbol.cpp39 bool is_artificial, const lldb::SectionSP &section_sp, in Symbol()
127 if (SectionSP section_sp = in FromJSON() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp178 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp184 auto section_sp = std::make_shared<Section>( in CreateSections() local

12