Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h62 NameToDIE function_methods; member
73 function_methods == rhs.function_methods &&
H A DManualDWARFIndex.cpp128 task_group.async(finalize_fn, &IndexSet::function_methods); in Index()
288 set.function_methods.Insert(ConstString(name), ref); in IndexUnitImpl()
445 if (!m_set.function_methods.Find( in GetFunctions()
480 m_set.function_methods.Dump(&s); in Dump()
540 if (!function_methods.Decode(data, offset_ptr, strtab)) in Decode()
594 if (!function_methods.IsEmpty()) { in Encode()
596 function_methods.Encode(index_encoder, strtab); in Encode()
/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DDWARFIndexCachingTest.cpp132 set.function_methods.Insert( in TEST()
136 set.function_methods.Clear(); in TEST()
180 set.function_methods.Insert( in TEST()