Home
last modified time | relevance | path

Searched refs:OptTable (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp44 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 DOption.cpp25 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOption.h81 const OptTable::Info *Info;
82 const OptTable *Owner;
85 LLVM_ABI Option(const OptTable::Info *Info, const OptTable *Owner);
H A DOptTable.h54 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 DOptParser.td60 // help text. Clients *can* use this in conjunction with the OptTable::PrintHelp
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriverOptions.cpp33 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 DCOFFDirectiveParser.cpp34 static constexpr opt::OptTable::Info infoTable[] = {
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp851 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 DAMDGPUOpenMP.cpp67 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
H A DSYCL.cpp121 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
H A DHLSL.cpp286 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
H A DHIPAMD.cpp283 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
H A DCuda.cpp748 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 Dlldb-gdbserver.cpp310 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 DDriverUtils.cpp45 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 Dllvm-strings.cpp50 static constexpr opt::OptTable::Info InfoTable[] = {
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp50 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 Dllvm-cxxfilt.cpp43 static constexpr opt::OptTable::Info InfoTable[] = {
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp46 static constexpr opt::OptTable::Info optInfo[] = {
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp59 static constexpr opt::OptTable::Info InfoTable[] = {
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp45 static constexpr opt::OptTable::Info InfoTable[] = {
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp51 static constexpr opt::OptTable::Info InfoTable[] = {
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h425 const llvm::opt::OptTable &getOpts() const { return getDriverOptTable(); } in getOpts()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp56 static constexpr opt::OptTable::Info InfoTable[] = {
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp50 static constexpr opt::OptTable::Info InfoTable[] = {

12