Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
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;
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DManualDWARFIndex.cpp120 NameToDIE &result = m_set.*index; in Index()
377 m_set.globals.Find(basename, in GetGlobalVariables()
385 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetGlobalVariables()
392 m_set.globals.FindAllEntriesForUnit(unit, DIERefCallback(callback)); in GetGlobalVariables()
398 m_set.objc_class_selectors.Find( in GetObjCMethods()
406 m_set.types.Find(class_name, in GetCompleteObjCClass()
413 m_set.types.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetTypes()
421 m_set.types.Find(ConstString(name), in GetTypes()
428 m_set.namespaces.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetNamespaces()
440 if (!m_set.function_fullnames.Find( in GetFunctions()
[all …]
DManualDWARFIndex.h173 IndexSet m_set; variable