Home
last modified time | relevance | path

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

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