Searched refs:parseInlineInfo (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | DwarfTransformer.cpp | 207 static void parseInlineInfo(GsymCreator &Gsym, CUInfo &CUI, DWARFDie Die, in parseInlineInfo() function 238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo() 245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent); in parseInlineInfo() 413 parseInlineInfo(Gsym, CUI, Die, 0, FI, *FI.Inline); in handleDie()
|