Searched refs:findNearest (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | OptTable.h | 302 unsigned findNearest(StringRef Option, std::string &NearestString, 307 unsigned findNearest(StringRef Option, std::string &NearestString, 321 return findNearest(Option, ExactString, VisibilityMask, 4, 0) == 0; 326 return findNearest(Option, ExactString, FlagsToInclude, FlagsToExclude, 4,
|
| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | OptTable.cpp | 235 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest() function in OptTable 246 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest() function in OptTable 600 if (findNearest(Spelling, Nearest) > 1) in parseArgs()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | DriverUtils.cpp | 133 if (findNearest(arg->getAsString(args), nearest) > 1) in parse()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | DriverUtils.cpp | 119 if (findNearest(arg->getAsString(args), nearest) > 1) in parse()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 253 if (OptTbl.findNearest(ArgString, Nearest, VisibilityMask) > 1) in CreateFromArgs()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DriverUtils.cpp | 804 if (ctx.optTable.findNearest(arg->getAsString(args), nearest) > 1) in parse()
|
| H A D | Driver.cpp | 354 if (ctx.optTable.findNearest(pathStr, nearest) > 1) in enqueuePath()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 367 if (getOpts().findNearest(ArgString, Nearest, VisibilityMask) > 1) { in ParseArgStrings() 2873 if (getOpts().findNearest(Value, Nearest, getOptionVisibilityMask()) <= 1) { in DiagnoseInputExistence()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 5127 if (Opts.findNearest(ArgString, Nearest, VisibilityMask) > 1) in CreateFromArgsImpl()
|