Searched refs:SectionSP (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp38 SBSection::SBSection (const lldb::SectionSP &section_sp) :
59 SectionSP section_sp (GetSP());
66 SectionSP section_sp (GetSP());
76 SectionSP section_sp (GetSP());
79 SectionSP parent_section_sp (section_sp->GetParent());
93 SectionSP section_sp (GetSP());
106 SectionSP section_sp (GetSP());
116 SectionSP section_sp (GetSP());
122 lldb::SectionSP
129 SBSection::SetSP(const lldb::SectionSP
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DSectionLoadList.h58 GetSectionLoadAddress (const lldb::SectionSP &section_sp) const;
64 SetSectionLoadAddress (const lldb::SectionSP &section_sp, lldb::addr_t load_addr, bool warn_multiple = false);
70 SetSectionUnloaded (const lldb::SectionSP &section_sp, lldb::addr_t load_addr);
76 SetSectionUnloaded (const lldb::SectionSP &section_sp);
82 typedef std::map<lldb::addr_t, lldb::SectionSP> addr_to_sect_collection;
H A DSectionLoadHistory.h62 const lldb::SectionSP &section_sp);
71 const lldb::SectionSP &section_sp,
80 const lldb::SectionSP &section_sp,
88 const lldb::SectionSP &section_sp);
H A DTarget.h1071 SetSectionLoadAddress (const lldb::SectionSP &section,
1076 SetSectionUnloaded (const lldb::SectionSP &section_sp);
1079 SetSectionUnloaded (const lldb::SectionSP &section_sp, lldb::addr_t load_addr);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSection.h90 SBSection (const lldb::SectionSP &section_sp);
92 lldb::SectionSP
96 SetSP(const lldb::SectionSP &section_sp);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp49 Section::Section (const lldb::SectionSP &parent_section_sp,
90 SectionSP parent_sp (GetParent ());
105 SectionSP parent_sp (GetParent ());
124 SectionSP parent_sp (GetParent ());
136 SectionSP parent_sp (GetParent ());
259 SectionSP parent_sp (GetParent ());
287 SectionSP parent_sp (GetParent ());
332 SectionList::AddSection (const lldb::SectionSP& section_sp)
370 SectionList::AddUniqueSection (const lldb::SectionSP& sect_sp)
381 SectionList::ReplaceSection (user_id_t sect_id, const lldb::SectionSP
[all...]
H A DAddress.cpp245 SectionSP section_sp (section_list->FindSectionContainingFileAddress(file_addr));
262 SectionSP section_sp (GetSection());
271 SectionSP section_sp (GetSection());
297 SectionSP section_sp (GetSection());
395 SectionSP section_sp (GetSection());
823 SectionSP section_sp (GetSection());
840 SectionSP section_sp (GetSection());
849 SectionSP section_sp (GetSection());
866 SectionSP section_sp (GetSection());
883 SectionSP section_s
[all...]
H A DAddressRange.cpp31 AddressRange::AddressRange (const lldb::SectionSP &section, addr_t offset, addr_t byte_size) :
H A DDynamicLoader.cpp152 SectionSP section_sp (sections->GetSectionAtIndex(i));
H A DModule.cpp465 SectionSP section_sp (so_addr.GetSection());
1369 lldb::SectionSP section_sp (section_list->GetSectionAtIndex (idx - 1));
1405 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h29 typedef std::vector<lldb::SectionSP> collection;
41 AddSection (const lldb::SectionSP& section_sp);
44 AddUniqueSection (const lldb::SectionSP& section_sp);
55 lldb::SectionSP
58 lldb::SectionSP
61 lldb::SectionSP
64 lldb::SectionSP
82 ReplaceSection (lldb::user_id_t sect_id, const lldb::SectionSP& section_sp, uint32_t depth = UINT32_MAX);
88 lldb::SectionSP
125 Section (const lldb::SectionSP
[all...]
H A DAddress.h136 Address (const lldb::SectionSP &section_sp, lldb::addr_t offset) :
448 lldb::SectionSP
495 SetSection (const lldb::SectionSP &section_sp)
H A DAddressRange.h48 AddressRange (const lldb::SectionSP &section, lldb::addr_t offset, lldb::addr_t byte_size);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DLineEntry.h34 const lldb::SectionSP &section_sp,
H A DDWARFCallFrameInfo.h40 lldb::SectionSP& section,
129 lldb::SectionSP m_section_sp;
H A DSymbol.h38 const lldb::SectionSP &section_sp,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DSectionLoadHistory.cpp121 SectionLoadHistory::GetSectionLoadAddress (uint32_t stop_id, const lldb::SectionSP &section_sp)
141 const lldb::SectionSP &section_sp,
152 SectionLoadHistory::SetSectionUnloaded (uint32_t stop_id, const lldb::SectionSP &section_sp)
161 SectionLoadHistory::SetSectionUnloaded (uint32_t stop_id, const lldb::SectionSP &section_sp, addr_t load_addr)
H A DSectionLoadList.cpp63 SectionLoadList::GetSectionLoadAddress (const lldb::SectionSP &section) const
79 SectionLoadList::SetSectionLoadAddress (const lldb::SectionSP &section, addr_t load_addr, bool warn_multiple)
168 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp)
204 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp, addr_t load_addr)
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp161 SectionSP section_sp (objfile_section_list->FindSectionByType (section_type, true));
164 SectionSP module_section_sp (module_section_list->FindSectionByType (section_type, true));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp134 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindTable.cpp50 SectionSP sect = sl->FindSectionByType (eSectionTypeEHFrame, true);
H A DLineEntry.cpp32 const lldb::SectionSP &section_sp,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp487 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx));
610 SectionSP dynsym_section_sp (section_list->FindSectionByType (eSectionTypeELFDynamicLinkInfo, true));
1029 SectionSP section_sp (new Section(GetModule(), // Module to which this section belongs.
1069 SectionSP section_sp (elf_section_list->FindSectionByType (section_type, true));
1072 SectionSP module_section_sp (unified_section_list.FindSectionByType (section_type, true));
1126 SectionSP symbol_section_sp;
1221 lldb::SectionSP section_sp (module_section_list->FindSectionByName (sect_name));
1382 const lldb::SectionSP &plt_section_sp,
1487 SectionSP plt_section_sp (section_list->FindSectionByID(plt_id));
1615 lldb::SectionSP eh_sym_section_s
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp400 SectionSP section_sp (break_loc->GetAddress().GetSection());
471 SectionSP section_sp (break_loc_sp->GetAddress().GetSection());
H A DBreakpointLocationList.cpp111 SectionSP section_sp (break_loc->GetAddress().GetSection());

Completed in 301 milliseconds

12