Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp5347 UniqueCStringMap<const DWARFDebugInfoEntry *> dst_name_to_die_artificial; in CopyUniqueClassMethodTypes() local
5385 dst_name_to_die_artificial.Append(dst_const_name.GetCString(), dst_die); in CopyUniqueClassMethodTypes()
5549 const uint32_t dst_size_artificial = dst_name_to_die_artificial.GetSize (); in CopyUniqueClassMethodTypes()
5555 dst_name_to_die_artificial.Sort(); in CopyUniqueClassMethodTypes()
5561 dst_die = dst_name_to_die_artificial.Find(src_name_artificial, NULL); in CopyUniqueClassMethodTypes()
5599 const char *dst_name_artificial = dst_name_to_die_artificial.GetCStringAtIndex(idx); in CopyUniqueClassMethodTypes()
5600 dst_die = dst_name_to_die_artificial.GetValueAtIndexUnchecked (idx); in CopyUniqueClassMethodTypes()