Home
last modified time | relevance | path

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

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