/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBSection.cpp | 29 SBSection::SBSection(const lldb::SectionSP §ion_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 §ion_sp) { in SetSP() 122 SectionSP section_sp(GetSP()); in GetFileAddress() local 133 SectionSP section_sp(GetSP()); in GetLoadAddress() local [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Address.cpp | 253 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 838 SectionSP section_sp(GetSection()); in CalculateSymbolContext() local 852 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule() local 859 SectionSP section_sp(GetSection()); in CalculateSymbolContextCompileUnit() local 873 SectionSP section_sp(GetSection()); in CalculateSymbolContextFunction() local 887 SectionSP section_sp(GetSection()); in CalculateSymbolContextBlock() local [all …]
|
H A D | AddressRange.cpp | 226 const auto section_sp = m_base_addr.GetSection(); in GetDescription() local
|
H A D | Section.cpp | 475 size_t SectionList::AddSection(const lldb::SectionSP §ion_sp) { in AddSection() 654 for (const auto §ion_sp : m_sections) in Dump() local
|
H A D | DynamicLoader.cpp | 136 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon() local
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | SectionLoadHistory.cpp | 106 const lldb::SectionSP §ion_sp) { in GetSectionLoadAddress() 125 uint32_t stop_id, const lldb::SectionSP §ion_sp, addr_t load_addr, in SetSectionLoadAddress() 137 const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() 146 const lldb::SectionSP §ion_sp, in SetSectionUnloaded()
|
H A D | SectionLoadList.cpp | 146 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() 183 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp, in SetSectionUnloaded()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Address.h | 140 Address(const lldb::SectionSP & section_sp,lldb::addr_t offset) Address() argument 463 SetSection(const lldb::SectionSP & section_sp) SetSection() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
H A D | ObjectFilePlaceholder.cpp | 39 auto section_sp = std::make_shared<lldb_private::Section>( in CreateSections() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
H A D | SymbolVendorWasm.cpp | 127 if (SectionSP section_sp = CreateInstance() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
H A D | SymbolVendorELF.cpp | 131 if (SectionSP section_sp = CreateInstance() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
H A D | SymbolVendorPECOFF.cpp | 122 if (SectionSP section_sp = CreateInstance() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
H A D | DynamicLoaderStatic.cpp | 104 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFContext.cpp | 22 auto section_sp = section_list->FindSectionByType(section_type, true); LoadSection() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 327 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 D | DynamicLoaderHexagonDYLD.cpp | 221 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 D | BreakpointResolverAddress.cpp | 66 SectionSP section_sp = m_addr.GetSection(); in SerializeToStructuredData() local
|
H A D | Breakpoint.cpp | 525 SectionSP section_sp(section_addr.GetSection()); in ModulesChanged() local 573 SectionSP section_sp(break_loc_sp->GetAddress().GetSection()); in ModulesChanged() local 646 SectionSP section_sp = break_loc_sp->GetAddress().GetSection(); in ModuleReplaced() local
|
H A D | BreakpointLocationList.cpp | 87 SectionSP section_sp(break_loc->GetAddress().GetSection()); in FindInModule() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 235 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress() local 383 SectionSP section_sp(section_list->GetSectionAtIndex(i)); ReadJITDescriptorImpl() local [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.cpp | 140 auto section_sp = std::make_shared<Section>( in CreateSections() local
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | ObjectFile.cpp | 310 const SectionSP section_sp(symbol->GetAddressRef().GetSection()); in GetAddressClass() local 645 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData() local
|
H A D | Symbol.cpp | 39 bool is_artificial, const lldb::SectionSP §ion_sp, in Symbol() 124 if (SectionSP section_sp = in FromJSON() local
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 182 section_sp, section_sp->GetFileAddress() + value)) in SetLoadAddress() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.cpp | 184 auto section_sp = std::make_shared<Section>( in CreateSections() local
|