Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp176 ShowChildren("show-children", variable
181 aliasopt(ShowChildren));
238 DumpOpts.ShowChildren = ShowChildren; in getDumpOpts()
598 if (!ShowChildren && !Verify && !OffsetRequested && Name.empty() && Find.empty()) in main()
599 ShowChildren = true; in main()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/
DDIContext.h160 bool ShowChildren = false; member
177 if (RecurseDepth == -1U && !ShowChildren) in noImplicitRecursion()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowChildren.java21 public class ShowChildren { class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp492 ParentDumpOpts.ShowChildren = false; in dump()
525 if (DumpOpts.ShowChildren && DumpOpts.RecurseDepth > 0 && child) { in dump()