Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h56 bool ContainsSection(lldb::user_id_t sect_id) const;
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp628 bool SectionList::ContainsSection(user_id_t sect_id) const { in ContainsSection() function in SectionList