Home
last modified time | relevance | path

Searched defs:sect_sp (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/source/Core/
H A DSection.cpp516 sect_idx = AddSection(sect_sp); in ReplaceSection() argument
553 sect_sp = m_sections[idx]; in FindSectionByName() local
507 AddUniqueSection(const lldb::SectionSP & sect_sp) AddUniqueSection() argument
545 SectionSP sect_sp; GetSectionAtIndex() local
575 SectionSP sect_sp; FindSectionByID() local
595 SectionSP sect_sp; FindSectionByType() local
613 SectionSP sect_sp; FindSectionContainingFileAddress() local
[all...]
/llvm-project/lldb/unittests/Symbol/
H A DJSONSymbolTest.cpp41 SectionSP sect_sp(new Section( in TEST() local
174 SectionSP sect_sp(new Section( in TEST() local
H A DSymbolTest.cpp51 SectionSP sect_sp(new Section( in TEST() local
/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp78 SectionSP sect_sp = sect_list->FindSectionByName(ConstString(".text")); HashElfTextSection() local
/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp249 SectionSP sect_sp = mod->GetObjectFile()->GetBaseAddress().GetSection(); getModuleFileSize() local
/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp915 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap() local
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1863 SectionSP sect_sp; FindMatchingSection() local