Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp490 DIDumpOptions ParentDumpOpts = DumpOpts; in dump() local
491 ParentDumpOpts.ShowParents = false; in dump()
492 ParentDumpOpts.ShowChildren = false; in dump()
493 Indent = dumpParentChain(getParent(), OS, Indent, ParentDumpOpts); in dump()