Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3647 for (DWARFDIE dst_die = dst_class_die.GetFirstChild(); dst_die.IsValid(); in CopyUniqueClassMethodTypes() local
3648 dst_die = dst_die.GetSibling()) { in CopyUniqueClassMethodTypes()
3649 gather(dst_die, dst_name_to_die, dst_name_to_die_artificial); in CopyUniqueClassMethodTypes()
3665 DWARFDIE dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes() local
3667 if (src_die.Tag() != dst_die.Tag()) in CopyUniqueClassMethodTypes()
3671 const char *dst_name = dst_die.GetMangledName(); in CopyUniqueClassMethodTypes()
3717 DWARFDIE dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes() local
3720 if (src_die && (src_die.Tag() == dst_die.Tag())) in CopyUniqueClassMethodTypes()
3721 link(src_die, dst_die); in CopyUniqueClassMethodTypes()
3723 failures.push_back(dst_die); in CopyUniqueClassMethodTypes()
[all …]