Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp676 bool DumpAll() const { in DumpAll() function in CommandObjectProcessMinidumpDump
680 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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp148 static opt<bool> DumpAll("all", desc("Dump all debug info sections"), variable
150 static alias DumpAllAlias("a", desc("Alias for --all"), aliasopt(DumpAll),
887 if (DumpAll) in main()