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.cpp626 bool DumpAll() const { in DumpAll() function in CommandObjectProcessMinidumpDump
630 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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp146 static opt<bool> DumpAll("all", desc("Dump all debug info sections"), variable
148 static alias DumpAllAlias("a", desc("Alias for --all"), aliasopt(DumpAll),
873 if (DumpAll) in main()