Home
last modified time | relevance | path

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

12

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBSection.cpp38 SBSection::SBSection (const lldb::SectionSP &section_sp) : in SBSection()
59 SectionSP section_sp (GetSP()); in IsValid()
66 SectionSP section_sp (GetSP()); in GetName()
76 SectionSP section_sp (GetSP()); in GetParent()
79 SectionSP parent_section_sp (section_sp->GetParent()); in GetParent()
93 SectionSP section_sp (GetSP()); in FindSubSection()
106 SectionSP section_sp (GetSP()); in GetNumSubSections()
116 SectionSP section_sp (GetSP()); in GetSubSectionAtIndex()
122 lldb::SectionSP
129 SBSection::SetSP(const lldb::SectionSP &section_sp) in SetSP()
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DSection.cpp49 Section::Section (const lldb::SectionSP &parent_section_sp, in Section()
90 SectionSP parent_sp (GetParent ()); in GetFileAddress()
105 SectionSP parent_sp (GetParent ()); in SetFileAddress()
124 SectionSP parent_sp (GetParent ()); in GetOffset()
136 SectionSP parent_sp (GetParent ()); in GetLoadBaseAddress()
259 SectionSP parent_sp (GetParent ()); in DumpName()
287 SectionSP parent_sp (GetParent ()); in IsDescendant()
332 SectionList::AddSection (const lldb::SectionSP& section_sp) in AddSection()
370 SectionList::AddUniqueSection (const lldb::SectionSP& sect_sp) in AddUniqueSection()
381 SectionList::ReplaceSection (user_id_t sect_id, const lldb::SectionSP& sect_sp, uint32_t depth) in ReplaceSection()
[all …]
DAddress.cpp245 SectionSP section_sp (section_list->FindSectionContainingFileAddress(file_addr)); in ResolveAddressUsingFileSections()
262 SectionSP section_sp (GetSection()); in GetModule()
271 SectionSP section_sp (GetSection()); in GetFileAddress()
297 SectionSP section_sp (GetSection()); in GetLoadAddress()
395 SectionSP section_sp (GetSection()); in Dump()
823 SectionSP section_sp (GetSection()); in CalculateSymbolContext()
840 SectionSP section_sp (GetSection()); in CalculateSymbolContextModule()
849 SectionSP section_sp (GetSection()); in CalculateSymbolContextCompileUnit()
866 SectionSP section_sp (GetSection()); in CalculateSymbolContextFunction()
883 SectionSP section_sp (GetSection()); in CalculateSymbolContextBlock()
[all …]
DAddressRange.cpp31 AddressRange::AddressRange (const lldb::SectionSP &section, addr_t offset, addr_t byte_size) : in AddressRange()
DDynamicLoader.cpp152 SectionSP section_sp (sections->GetSectionAtIndex(i)); in UnloadSectionsCommon()
DModule.cpp465 SectionSP section_sp (so_addr.GetSection()); in ResolveSymbolContextForAddress()
1369 lldb::SectionSP section_sp (section_list->GetSectionAtIndex (idx - 1)); in SetSymbolFileFileSpec()
1405 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx); in IsLoadedInTarget()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
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 = UINT3…
88 lldb::SectionSP
125 …Section (const lldb::SectionSP &parent_section_sp, // NULL for top level sections, non-NULL for…
[all …]
DAddress.h136 Address (const lldb::SectionSP &section_sp, lldb::addr_t offset) : in Address()
448 lldb::SectionSP
495 SetSection (const lldb::SectionSP &section_sp) in SetSection()
DAddressRange.h48 AddressRange (const lldb::SectionSP &section, lldb::addr_t offset, lldb::addr_t byte_size);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DSectionLoadList.h58 GetSectionLoadAddress (const lldb::SectionSP &section_sp) const;
64 …SetSectionLoadAddress (const lldb::SectionSP &section_sp, lldb::addr_t load_addr, bool warn_multip…
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;
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);
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-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBSection.h90 SBSection (const lldb::SectionSP &section_sp);
92 lldb::SectionSP
96 SetSP(const lldb::SectionSP &section_sp);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DSectionLoadHistory.cpp121 SectionLoadHistory::GetSectionLoadAddress (uint32_t stop_id, const lldb::SectionSP &section_sp) in GetSectionLoadAddress()
141 const lldb::SectionSP &section_sp, in SetSectionLoadAddress()
152 SectionLoadHistory::SetSectionUnloaded (uint32_t stop_id, const lldb::SectionSP &section_sp) in SetSectionUnloaded()
161 SectionLoadHistory::SetSectionUnloaded (uint32_t stop_id, const lldb::SectionSP &section_sp, addr_t… in SetSectionUnloaded()
DSectionLoadList.cpp63 SectionLoadList::GetSectionLoadAddress (const lldb::SectionSP &section) const in GetSectionLoadAddress()
79 SectionLoadList::SetSectionLoadAddress (const lldb::SectionSP &section, addr_t load_addr, bool warn… in SetSectionLoadAddress()
168 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp) in SetSectionUnloaded()
204 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp, addr_t load_addr) in SetSectionUnloaded()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
DDWARFCallFrameInfo.h40 lldb::SectionSP& section,
129 lldb::SectionSP m_section_sp;
DLineEntry.h34 const lldb::SectionSP &section_sp,
DSymbol.h38 const lldb::SectionSP &section_sp,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp161SectionSP section_sp (objfile_section_list->FindSectionByType (section_type, true)); in CreateInstance()
164SectionSP module_section_sp (module_section_list->FindSectionByType (section_type, true)); in CreateInstance()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp487 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx)); in SetLoadAddress()
610SectionSP dynsym_section_sp (section_list->FindSectionByType (eSectionTypeELFDynamicLinkInfo, true… in GetImageInfoAddress()
1029SectionSP section_sp (new Section(GetModule(), // Module to which this section belongs. in CreateSections()
1069 SectionSP section_sp (elf_section_list->FindSectionByType (section_type, true)); in CreateSections()
1072SectionSP module_section_sp (unified_section_list.FindSectionByType (section_type, true)); in CreateSections()
1126 SectionSP symbol_section_sp; in ParseSymbols()
1221 lldb::SectionSP section_sp (module_section_list->FindSectionByName (sect_name)); in ParseSymbols()
1382 const lldb::SectionSP &plt_section_sp, in ParsePLTRelocations()
1487 SectionSP plt_section_sp (section_list->FindSectionByID(plt_id)); in ParseTrampolineSymbols()
1615 … lldb::SectionSP eh_sym_section_sp = section_list->FindSectionContainingFileAddress(file_addr); in ResolveSymbolForAddress()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp134 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx)); in LoadAllImagesAtFileAddresses()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DUnwindTable.cpp50 SectionSP sect = sl->FindSectionByType (eSectionTypeEHFrame, true); in Initialize()
DLineEntry.cpp32 const lldb::SectionSP &section_sp, in LineEntry()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/
DBreakpoint.cpp400 SectionSP section_sp (break_loc->GetAddress().GetSection()); in ModulesChanged()
471 SectionSP section_sp (break_loc_sp->GetAddress().GetSection()); in ModulesChanged()
DBreakpointLocationList.cpp111 SectionSP section_sp (break_loc->GetAddress().GetSection()); in FindInModule()

12