| /freebsd-10-stable/contrib/llvm/tools/lldb/source/API/ |
| D | SBSection.cpp | 38 SBSection::SBSection (const lldb::SectionSP §ion_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 §ion_sp) in SetSP() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | Section.cpp | 49 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 …]
|
| D | Address.cpp | 245 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 …]
|
| D | AddressRange.cpp | 31 AddressRange::AddressRange (const lldb::SectionSP §ion, addr_t offset, addr_t byte_size) : in AddressRange()
|
| D | DynamicLoader.cpp | 152 SectionSP section_sp (sections->GetSectionAtIndex(i)); in UnloadSectionsCommon()
|
| D | Module.cpp | 465 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/ |
| D | Section.h | 29 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 …]
|
| D | Address.h | 136 Address (const lldb::SectionSP §ion_sp, lldb::addr_t offset) : in Address() 448 lldb::SectionSP 495 SetSection (const lldb::SectionSP §ion_sp) in SetSection()
|
| D | AddressRange.h | 48 AddressRange (const lldb::SectionSP §ion, lldb::addr_t offset, lldb::addr_t byte_size);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ |
| D | SectionLoadList.h | 58 GetSectionLoadAddress (const lldb::SectionSP §ion_sp) const; 64 …SetSectionLoadAddress (const lldb::SectionSP §ion_sp, lldb::addr_t load_addr, bool warn_multip… 70 SetSectionUnloaded (const lldb::SectionSP §ion_sp, lldb::addr_t load_addr); 76 SetSectionUnloaded (const lldb::SectionSP §ion_sp); 82 typedef std::map<lldb::addr_t, lldb::SectionSP> addr_to_sect_collection;
|
| D | SectionLoadHistory.h | 62 const lldb::SectionSP §ion_sp); 71 const lldb::SectionSP §ion_sp, 80 const lldb::SectionSP §ion_sp, 88 const lldb::SectionSP §ion_sp);
|
| D | Target.h | 1071 SetSectionLoadAddress (const lldb::SectionSP §ion, 1076 SetSectionUnloaded (const lldb::SectionSP §ion_sp); 1079 SetSectionUnloaded (const lldb::SectionSP §ion_sp, lldb::addr_t load_addr);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/ |
| D | SBSection.h | 90 SBSection (const lldb::SectionSP §ion_sp); 92 lldb::SectionSP 96 SetSP(const lldb::SectionSP §ion_sp);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ |
| D | SectionLoadHistory.cpp | 121 SectionLoadHistory::GetSectionLoadAddress (uint32_t stop_id, const lldb::SectionSP §ion_sp) in GetSectionLoadAddress() 141 const lldb::SectionSP §ion_sp, in SetSectionLoadAddress() 152 SectionLoadHistory::SetSectionUnloaded (uint32_t stop_id, const lldb::SectionSP §ion_sp) in SetSectionUnloaded() 161 SectionLoadHistory::SetSectionUnloaded (uint32_t stop_id, const lldb::SectionSP §ion_sp, addr_t… in SetSectionUnloaded()
|
| D | SectionLoadList.cpp | 63 SectionLoadList::GetSectionLoadAddress (const lldb::SectionSP §ion) const in GetSectionLoadAddress() 79 SectionLoadList::SetSectionLoadAddress (const lldb::SectionSP §ion, addr_t load_addr, bool warn… in SetSectionLoadAddress() 168 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP §ion_sp) in SetSectionUnloaded() 204 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP §ion_sp, addr_t load_addr) in SetSectionUnloaded()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| D | DWARFCallFrameInfo.h | 40 lldb::SectionSP& section, 129 lldb::SectionSP m_section_sp;
|
| D | LineEntry.h | 34 const lldb::SectionSP §ion_sp,
|
| D | Symbol.h | 38 const lldb::SectionSP §ion_sp,
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/ |
| D | SymbolVendorELF.cpp | 161 … SectionSP section_sp (objfile_section_list->FindSectionByType (section_type, true)); in CreateInstance() 164 … SectionSP module_section_sp (module_section_list->FindSectionByType (section_type, true)); in CreateInstance()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ObjectFileELF.cpp | 487 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx)); in SetLoadAddress() 610 …SectionSP dynsym_section_sp (section_list->FindSectionByType (eSectionTypeELFDynamicLinkInfo, true… in GetImageInfoAddress() 1029 … SectionSP 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() 1072 … SectionSP 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/ |
| D | DynamicLoaderStatic.cpp | 134 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx)); in LoadAllImagesAtFileAddresses()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ |
| D | UnwindTable.cpp | 50 SectionSP sect = sl->FindSectionByType (eSectionTypeEHFrame, true); in Initialize()
|
| D | LineEntry.cpp | 32 const lldb::SectionSP §ion_sp, in LineEntry()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/ |
| D | Breakpoint.cpp | 400 SectionSP section_sp (break_loc->GetAddress().GetSection()); in ModulesChanged() 471 SectionSP section_sp (break_loc_sp->GetAddress().GetSection()); in ModulesChanged()
|
| D | BreakpointLocationList.cpp | 111 SectionSP section_sp (break_loc->GetAddress().GetSection()); in FindInModule()
|