Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp612 DIDumpOptions ParentDumpOpts = DumpOpts; in dump() local
613 ParentDumpOpts.ShowParents = false; in dump()
614 ParentDumpOpts.ShowChildren = false; in dump()
615 Indent = dumpParentChain(getParent(), OS, Indent, ParentDumpOpts); in dump()