Searched refs:dumpParentChain (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp565 static unsigned dumpParentChain(DWARFDie Die, raw_ostream &OS, unsigned Indent, function
571 Indent = dumpParentChain(Die.getParent(), OS, Indent, DumpOpts, Depth + 1);
587 Indent = dumpParentChain(getParent(), OS, Indent, ParentDumpOpts);

Completed in 188 milliseconds