Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DOptTable.h252 void PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
256 void PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
H A DOptParser.td57 // help text. Clients *can* use this in conjunction with the OptTable::PrintHelp
/netbsd-src/external/apache2/llvm/dist/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp110 PrintHelp(llvm::errs()); in ParseArgs()
114 void PrintHelp(llvm::raw_ostream& ros) { in PrintHelp() function in __anon2686a24a0111::PrintFunctionNamesAction
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A DOptTable.cpp622 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title, in PrintHelp() function in OptTable
624 PrintHelp(OS, Usage, Title, /*Include*/ 0, /*Exclude*/ in PrintHelp()
628 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title, in PrintHelp() function in OptTable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mt/
H A Dllvm-mt.cpp112 T.PrintHelp(outs(), "llvm-mt [options] file...", "Manifest Tool", false); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp91 Table.PrintHelp(outs(), "llvm-dlltool [options] file...", "llvm-dlltool", in dlltoolDriverMain()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp126 T.PrintHelp(outs(), "llvm-cvtres [options] file...", "Resource Converter"); in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp190 driver::getDriverOptTable().PrintHelp( in ExecuteCompilerInvocation()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp357 T.PrintHelp(outs(), "windres [options] file...", in parseWindresOptions()
504 T.PrintHelp(outs(), "rc [options] file...", "Resource Converter", false); in parseRcOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h469 void PrintHelp(bool ShowHidden) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp163 T.PrintHelp(errs(), "llvm-lipo input[s] option[s]", "llvm-lipo"); in parseLipoOptions()
169 T.PrintHelp(outs(), "llvm-lipo input[s] option[s]", "llvm-lipo"); in parseLipoOptions()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDriver.cpp81 static void PrintHelp() { in PrintHelp() function
551 PrintHelp(); in FuzzerDriver()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp290 Table.PrintHelp(outs(), "llvm-lib [options] file...", "LLVM Lib"); in libDriverMain()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp222 T.PrintHelp(outs(), Usage.c_str(), "LLVM MASM Assembler", in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp199 Tbl.PrintHelp(OS, (ToolName + HelpText).str().c_str(), in printHelp()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp588 getDriverOptTable().PrintHelp( in cc1as_main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A Ddsymutil.cpp496 T.PrintHelp( in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp461 OptTable.PrintHelp(OS, (ToolName + HelpText).str().c_str(), in printHelp()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1615 void Driver::PrintHelp(bool ShowHidden) const { in PrintHelp() function in Driver
1631 getOpts().PrintHelp(llvm::outs(), Usage.c_str(), DriverTitle.c_str(), in PrintHelp()
1782 PrintHelp(C.getArgs().hasArg(options::OPT__help_hidden)); in HandleImmediateArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp102 PrintHelp(outs(), (Argv0 + Usage).str().c_str(), Description, ShowHidden, in printHelp()