Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h67 bool ContainsSection(lldb::user_id_t sect_id) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp592 bool SectionList::ContainsSection(user_id_t sect_id) const { in ContainsSection() function in SectionList