Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp203 for (DWARFDie ChildDie : Die.children()) { in hasInlineInfo() local
204 if (hasInlineInfo(ChildDie, Depth + 1)) in hasInlineInfo()
289 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
290 parseInlineInfo(Gsym, Out, CUI, ChildDie, Depth + 1, FI, II, in parseInlineInfo()
307 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
308 parseInlineInfo(Gsym, Out, CUI, ChildDie, Depth + 1, FI, Parent, in parseInlineInfo()
555 for (DWARFDie ChildDie : Die.children()) in handleDie() local
556 handleDie(Out, CUI, ChildDie); in handleDie()