Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h63 NameToDIE function_selectors; member
74 function_selectors == rhs.function_selectors &&
H A DManualDWARFIndex.cpp129 task_group.async(finalize_fn, &IndexSet::function_selectors); in Index()
277 set.function_selectors.Insert(objc_selector_name, ref); in IndexUnitImpl()
452 if (!m_set.function_selectors.Find( in GetFunctions()
482 m_set.function_selectors.Dump(&s); in Dump()
544 if (!function_selectors.Decode(data, offset_ptr, strtab)) in Decode()
598 if (!function_selectors.IsEmpty()) { in Encode()
600 function_selectors.Encode(index_encoder, strtab); in Encode()
/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DDWARFIndexCachingTest.cpp139 set.function_selectors.Insert( in TEST()
143 set.function_selectors.Clear(); in TEST()
183 set.function_selectors.Insert( in TEST()