Searched refs:ChildDie (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 200 for (DWARFDie ChildDie : Die.children()) { in hasInlineInfo() local 201 if (hasInlineInfo(ChildDie, Depth + 1)) in hasInlineInfo() 286 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local 287 parseInlineInfo(Gsym, Out, CUI, ChildDie, Depth + 1, FI, II, in parseInlineInfo() 304 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local 305 parseInlineInfo(Gsym, Out, CUI, ChildDie, Depth + 1, FI, Parent, in parseInlineInfo() 569 for (DWARFDie ChildDie : Die.children()) in handleDie() local 570 handleDie(Out, CUI, ChildDie); in handleDie()
|