Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3607 const DWARFDIE &src_class_die, const DWARFDIE &dst_class_die, in CopyUniqueClassMethodTypes() argument
3609 if (!class_type || !src_class_die || !dst_class_die) in CopyUniqueClassMethodTypes()
3611 if (src_class_die.Tag() != dst_class_die.Tag()) in CopyUniqueClassMethodTypes()
3647 for (DWARFDIE dst_die = dst_class_die.GetFirstChild(); dst_die.IsValid(); in CopyUniqueClassMethodTypes()
3686 SymbolFileDWARF::GetDWARFParser(*dst_class_die.GetCU())); in CopyUniqueClassMethodTypes()
3689 dst_class_die.GetDWARF()->GetDIEToType(); in CopyUniqueClassMethodTypes()
H A DDWARFASTParserClang.h223 const lldb_private::plugin::dwarf::DWARFDIE &dst_class_die,