reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
189 Opts.ParentRecurseDepth = 0; 198 if (ParentRecurseDepth == -1U && !ShowParents) 199 Opts.ParentRecurseDepth = 0;lib/DebugInfo/DWARF/DWARFDie.cpp
558 if (DumpOpts.ParentRecurseDepth > 0 && Depth >= DumpOpts.ParentRecurseDepth) 558 if (DumpOpts.ParentRecurseDepth > 0 && Depth >= DumpOpts.ParentRecurseDepth)tools/llvm-dwarfdump/llvm-dwarfdump.cpp
240 DumpOpts.ParentRecurseDepth = ParentRecurseDepth;