Searched refs:DumpAll (Results 1 – 2 of 2) sorted by relevance
626 bool DumpAll() const { in DumpAll() function in CommandObjectProcessMinidumpDump630 return DumpAll() || in DumpDirectory()634 return DumpAll() || m_dump_linux_all.GetOptionValue().GetCurrentValue(); in DumpLinux()677 return DumpAll() || m_fb_all.GetOptionValue().GetCurrentValue(); in DumpFacebook()
146 static opt<bool> DumpAll("all", desc("Dump all debug info sections"), variable148 static alias DumpAllAlias("a", desc("Alias for --all"), aliasopt(DumpAll),873 if (DumpAll) in main()