Home
last modified time | relevance | path

Searched refs:AddUniqueSection (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h52 size_t AddUniqueSection(const lldb::SectionSP &section_sp);
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp501 size_t SectionList::AddUniqueSection(const lldb::SectionSP &sect_sp) { in AddUniqueSection() function in SectionList