Searched refs:DumpAll (Results 1 – 2 of 2) sorted by relevance
676 bool DumpAll() const { in DumpAll() function in CommandObjectProcessMinidumpDump680 return DumpAll() || in DumpDirectory()684 return DumpAll() || m_dump_linux_all.GetOptionValue().GetCurrentValue(); in DumpLinux()727 return DumpAll() || m_fb_all.GetOptionValue().GetCurrentValue(); in DumpFacebook()
148 static opt<bool> DumpAll("all", desc("Dump all debug info sections"), variable150 static alias DumpAllAlias("a", desc("Alias for --all"), aliasopt(DumpAll),887 if (DumpAll) in main()