Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h531 m_name_list.erase(name_to_remove); in RemoveName()
536 return m_name_list.find(name) != m_name_list.end(); in MatchesName()
541 for (auto name : m_name_list) { in GetNames()
643 std::unordered_set<std::string> m_name_list; // If not empty, this is the name variable
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp53 m_name_list(source_bp.m_name_list), m_options(source_bp.m_options), in Breakpoint()
81 if (!m_name_list.empty()) { in SerializeToStructuredData()
83 for (auto name : m_name_list) { in SerializeToStructuredData()
833 m_name_list.insert(new_name.str()); in AddName()
882 if (!m_name_list.empty()) { in GetDescription()
888 for (const std::string &name : m_name_list) { in GetDescription()