Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3640 UniqueCStringMap<DWARFDIE> dst_name_to_die; in CopyUniqueClassMethodTypes() local
3649 gather(dst_die, dst_name_to_die, dst_name_to_die_artificial); in CopyUniqueClassMethodTypes()
3652 const uint32_t dst_size = dst_name_to_die.GetSize(); in CopyUniqueClassMethodTypes()
3665 DWARFDIE dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
3705 dst_name_to_die.GetValueAtIndexUnchecked(idx)); in CopyUniqueClassMethodTypes()
3712 if (!src_name_to_die.IsEmpty() && !dst_name_to_die.IsEmpty()) { in CopyUniqueClassMethodTypes()
3716 ConstString dst_name = dst_name_to_die.GetCStringAtIndex(idx); in CopyUniqueClassMethodTypes()
3717 DWARFDIE dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()