Home
last modified time | relevance | path

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

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