Home
last modified time | relevance | path

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

/llvm-project/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp110 PrintHelp(llvm::errs()); in ParseArgs()
114 void PrintHelp(llvm::raw_ostream& ros) { in PrintHelp() function in __anon917037320111::PrintFunctionNamesAction
/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp313 void PrintHelp(llvm::StringRef Name) { in PrintHelp()
377 Opts.PrintHelp(Name); in main_gdbserver()
301 void PrintHelp(llvm::StringRef Name) { PrintHelp() function in __anon2fdd5e600311::LLGSOptTable
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp92 static void PrintHelp() { in PrintHelp() function
663 PrintHelp(); in FuzzerDriver()
/llvm-project/clang/include/clang/Driver/
H A DDriver.h617 /// PrintHelp - Print the help text.
620 void PrintHelp(bool ShowHidden) const;
/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td60 // help text. Clients *can* use this in conjunction with the OptTable::PrintHelp
/llvm-project/clang/lib/Driver/
H A DDriver.cpp2239 void Driver::PrintHelp(bool ShowHidden) const { in HandleImmediateArgs()
2401 PrintHelp(C.getArgs().hasArg(options::OPT__help_hidden));
1992 void Driver::PrintHelp(bool ShowHidden) const { PrintHelp() function in Driver