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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp731 bool DumpAll() const { function in class:CommandObjectProcessMinidumpDump
735 return DumpAll() ||
739 return DumpAll() || m_dump_linux_all.GetOptionValue().GetCurrentValue();
782 return DumpAll() || m_fb_all.GetOptionValue().GetCurrentValue();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp131 static opt<bool> DumpAll("all", desc("Dump all debug info sections"),
133 static alias DumpAllAlias("a", desc("Alias for -all"), aliasopt(DumpAll));
652 if (DumpAll)

Completed in 219 milliseconds