| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | OptTable.cpp | 44 inline bool operator()(const OptTable::Info &A, in operator ()() 45 const OptTable::Info &B) const { in operator ()() 70 inline bool operator()(const OptTable::Info &I, StringRef Name) const { in operator ()() 80 OptTable::OptTable(const StringTable &StrTable, in OptTable() function in OptTable 125 void OptTable::buildPrefixChars() { in buildPrefixChars() 136 OptTable::~OptTable() = default; 138 const Option OptTable::getOption(OptSpecifier Opt) const { in getOption() 158 const OptTable::Info *I, StringRef Str, in matchOption() 177 const OptTable::Info &In, StringRef Option) { in optionMatches() 190 OptTable::suggestValueCompletions(StringRef Option, StringRef Arg) const { in suggestValueCompletions() [all …]
|
| H A D | Option.cpp | 25 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | Option.h | 81 const OptTable::Info *Info; 82 const OptTable *Owner; 85 LLVM_ABI Option(const OptTable::Info *Info, const OptTable *Owner);
|
| H A D | OptTable.h | 54 class LLVM_ABI OptTable { 169 OptTable(const StringTable &StrTable, 177 virtual ~OptTable(); 427 class GenericOptTable : public OptTable { 434 class PrecomputedOptTable : public OptTable { 441 : OptTable(StrTable, PrefixesTable, OptionInfos, IgnoreCase) { in OptTable() function 470 llvm::opt::OptTable::Info { \
|
| H A D | OptParser.td | 60 // help text. Clients *can* use this in conjunction with the OptTable::PrintHelp
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | DriverOptions.cpp | 33 static constexpr OptTable::Info InfoTable[] = { 49 const llvm::opt::OptTable &clang::driver::getDriverOptTable() { in getDriverOptTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFDirectiveParser.cpp | 34 static constexpr opt::OptTable::Info infoTable[] = {
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | MSVC.cpp | 851 const char *ExpandChar, const OptTable &Opts) { in TranslateOptArg() 947 const OptTable &Opts) { in TranslateDArg() 963 const OptTable &Opts) { in TranslatePermissive() 969 const OptTable &Opts) { in TranslatePermissiveMinus() 979 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| H A D | AMDGPUOpenMP.cpp | 67 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| H A D | SYCL.cpp | 121 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| H A D | HLSL.cpp | 286 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| H A D | HIPAMD.cpp | 283 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| H A D | Cuda.cpp | 748 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs() 960 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 310 static constexpr opt::OptTable::Info InfoTable[] = { 324 OptTable::printHelp(llvm::outs(), Usage.c_str(), "lldb-server"); in PrintHelp()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | DriverUtils.cpp | 45 static constexpr OptTable::Info optInfo[] = { 131 OptTable::printHelp(outs, (std::string(argv0) + " [options] file...").c_str(), in printHelp()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-strings/ |
| H A D | llvm-strings.cpp | 50 static constexpr opt::OptTable::Info InfoTable[] = {
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 50 static constexpr opt::OptTable::Info ObjcopyInfoTable[] = { 86 static constexpr opt::OptTable::Info InstallNameToolInfoTable[] = { 119 static constexpr opt::OptTable::Info BitcodeStripInfoTable[] = { 151 static constexpr opt::OptTable::Info StripInfoTable[] = { 423 static void printHelp(const opt::OptTable &OptTable, raw_ostream &OS, in printHelp() argument 444 OptTable.printHelp(OS, (ToolName + HelpText).str().c_str(), in printHelp()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
| H A D | llvm-cxxfilt.cpp | 43 static constexpr opt::OptTable::Info InfoTable[] = {
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | DriverUtils.cpp | 46 static constexpr opt::OptTable::Info optInfo[] = {
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 59 static constexpr opt::OptTable::Info InfoTable[] = {
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
| H A D | llvm-tli-checker.cpp | 45 static constexpr opt::OptTable::Info InfoTable[] = {
|
| /freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 51 static constexpr opt::OptTable::Info InfoTable[] = {
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 425 const llvm::opt::OptTable &getOpts() const { return getDriverOptTable(); } in getOpts()
|
| /freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 56 static constexpr opt::OptTable::Info InfoTable[] = {
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | llvm-dwarfutil.cpp | 50 static constexpr opt::OptTable::Info InfoTable[] = {
|