Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp584 DIDumpOptions ParentDumpOpts = DumpOpts; in dump() local
585 ParentDumpOpts.ShowParents = false; in dump()
586 ParentDumpOpts.ShowChildren = false; in dump()
587 Indent = dumpParentChain(getParent(), OS, Indent, ParentDumpOpts); in dump()