Home
last modified time | relevance | path

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

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