Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Option/
H A DOptTable.h229 void PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
233 void PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
H A DOptParser.td58 // help text. Clients *can* use this in conjunction with the OptTable::PrintHelp
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DCopyConfig.cpp235 T.PrintHelp(errs(), "llvm-objcopy input [output]", "objcopy tool"); in parseObjcopyOptions()
240 T.PrintHelp(outs(), "llvm-objcopy input [output]", "objcopy tool"); in parseObjcopyOptions()
402 T.PrintHelp(errs(), "llvm-strip [options] file...", "strip tool"); in parseStripOptions()
407 T.PrintHelp(outs(), "llvm-strip [options] file...", "strip tool"); in parseStripOptions()
/freebsd-12.1/contrib/llvm/lib/Option/
H A DOptTable.cpp524 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title, in PrintHelp() function in OptTable
526 PrintHelp(OS, Usage, Title, /*Include*/ 0, /*Exclude*/ in PrintHelp()
530 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title, in PrintHelp() function in OptTable
/freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp99 Table.PrintHelp(outs(), "llvm-dlltool [options] file...", "llvm-dlltool", in dlltoolDriverMain()
/freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp126 Table.PrintHelp(outs(), "llvm-lib [options] file...", "LLVM Lib"); in libDriverMain()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDriverUtils.cpp142 ELFOptTable().PrintHelp( in printHelp()
/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp186 Opts->PrintHelp(llvm::outs(), "clang -cc1 [options] file...", in ExecuteCompilerInvocation()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h431 void PrintHelp(bool ShowHidden) const;
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp81 static void PrintHelp() { in PrintHelp() function
551 PrintHelp(); in FuzzerDriver()
/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp560 Opts->PrintHelp(llvm::outs(), "clang -cc1as [options] file...", in cc1as_main()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp815 table.PrintHelp(llvm::outs(), usage_str.c_str(), "LLDB", false); in printHelp()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriverUtils.cpp866 COFFOptTable().PrintHelp(outs(), in printHelp()
/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdDriver.cpp386 table.PrintHelp(llvm::outs(), in parse()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp1486 void Driver::PrintHelp(bool ShowHidden) const { in PrintHelp() function in Driver
1497 getOpts().PrintHelp(llvm::outs(), Usage.c_str(), DriverTitle.c_str(), in PrintHelp()
1643 PrintHelp(C.getArgs().hasArg(options::OPT__help_hidden)); in HandleImmediateArgs()