Searched refs:ChildDie (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | DwarfTransformer.cpp | 200 for (DWARFDie ChildDie : Die.children()) { in hasInlineInfo() local 201 if (hasInlineInfo(ChildDie, Depth + 1)) in hasInlineInfo() 237 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local 238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo() 244 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local 245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent); in parseInlineInfo() 421 for (DWARFDie ChildDie : Die.children()) in handleDie() local 422 handleDie(OS, CUI, ChildDie); in handleDie()
|