Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h57 bool ContainsSection(lldb::user_id_t sect_id) const;
/src/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp634 bool SectionList::ContainsSection(user_id_t sect_id) const { in ContainsSection() function in SectionList