Home
last modified time | relevance | path

Searched refs:m_set (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DThreadSafeDenseSet.h26 : m_set(set_initial_capacity), m_mutex() {} in m_set() function
30 m_set.insert(e); in Insert()
35 m_set.erase(e); in Erase()
40 return (m_set.count(e) > 0); in Lookup()
45 m_set.clear(); in Clear()
49 LLVMSetType m_set;
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp119 NameToDIE &result = m_set.*index; in Index()
359 m_set.globals.Find(basename, in GetGlobalVariables()
380 m_set.objc_class_selectors.Find( in GetObjCMethods()
388 m_set.types.Find(class_name, in GetCompleteObjCClass()
476 m_set.function_basenames.Dump(&s); in Dump()
480 m_set.function_methods.Dump(&s); in Dump()
486 m_set.globals.Dump(&s); in Dump()
488 m_set.types.Dump(&s); in Dump()
490 m_set.namespaces.Dump(&s); in Dump()
640 m_set = std::move(set); in Decode()
[all …]
H A DManualDWARFIndex.h173 IndexSet m_set; variable