Home
last modified time | relevance | path

Searched refs:PrintHelp (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp356 void PrintHelp(llvm::StringRef Name) { in PrintHelp() function in __anona3d1b3610211::LLGSOptTable
420 Opts.PrintHelp(Name); in main_gdbserver()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h463 void PrintHelp(bool ShowHidden) const;
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp92 static void PrintHelp() { in PrintHelp() function
657 PrintHelp(); in FuzzerDriver()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td57 // help text. Clients *can* use this in conjunction with the OptTable::PrintHelp
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1607 void Driver::PrintHelp(bool ShowHidden) const { in PrintHelp() function in Driver
1774 PrintHelp(C.getArgs().hasArg(options::OPT__help_hidden)); in HandleImmediateArgs()