Searched refs:PrintHelp (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h228 void PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
232 void PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp91 Table.PrintHelp(outs(), "llvm-dlltool [options] file...", "llvm-dlltool",
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp533 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title, function in class:OptTable
535 PrintHelp(OS, Usage, Title, /*Include*/ 0, /*Exclude*/
539 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title, function in class:OptTable
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp147 ELFOptTable().PrintHelp(
/freebsd-11-stable/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp188 driver::getDriverOptTable().PrintHelp(
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h458 /// PrintHelp - Print the help text.
461 void PrintHelp(bool ShowHidden) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp291 Table.PrintHelp(outs(), "llvm-lib [options] file...", "LLVM Lib");
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp87 static void PrintHelp() { function in namespace:fuzzer
628 PrintHelp();
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp579 getDriverOptTable().PrintHelp(
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp759 table.PrintHelp(llvm::outs(), usage_str.c_str(), "LLDB", false);
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp910 COFFOptTable().PrintHelp(lld::outs(),
/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp385 table.PrintHelp(llvm::outs(),
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.cpp396 OptTable.PrintHelp(OS, (ToolName + " input [output]").str().c_str(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1531 void Driver::PrintHelp(bool ShowHidden) const { function in class:Driver
1542 getOpts().PrintHelp(llvm::outs(), Usage.c_str(), DriverTitle.c_str(),
1684 PrintHelp(C.getArgs().hasArg(options::OPT__help_hidden));

Completed in 142 milliseconds