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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3546 DWARFDIE dst_die; local
3570 for (dst_die = dst_class_die.GetFirstChild(); dst_die.IsValid();
3571 dst_die = dst_die.GetSibling()) {
3572 if (dst_die.Tag() == DW_TAG_subprogram) {
3577 if (dst_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) {
3578 const char *dst_name = dst_die.GetMangledName();
3581 if (dst_die.GetAttributeValueAsUnsigned(DW_AT_artificial, 0))
3582 dst_name_to_die_artificial.Append(dst_const_name, dst_die);
[all...]

Completed in 89 milliseconds