Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp110 PrintHelp(llvm::errs()); in ParseArgs()
114 void PrintHelp(llvm::raw_ostream& ros) { in PrintHelp() function in __anonf82be9960111::PrintFunctionNamesAction
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp308 void PrintHelp(llvm::StringRef Name) { in PrintHelp() function in __anoncd5615440311::LLGSOptTable
372 Opts.PrintHelp(Name); in main_gdbserver()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h566 void PrintHelp(bool ShowHidden) const;
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp92 static void PrintHelp() { in PrintHelp() function
660 PrintHelp(); in FuzzerDriver()
/openbsd-src/gnu/llvm/llvm/include/llvm/Option/
H A DOptParser.td57 // help text. Clients *can* use this in conjunction with the OptTable::PrintHelp
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp1905 void Driver::PrintHelp(bool ShowHidden) const { in PrintHelp() function in Driver
2072 PrintHelp(C.getArgs().hasArg(options::OPT__help_hidden)); in HandleImmediateArgs()