Searched refs:optTable (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFDirectiveParser.cpp | 52 static COFFOptTable optTable; variable 66 auto Result = optTable.ParseArgs(Buffer, missingIndex, missingCount); in parse()
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | COFFLinkerContext.h | 33 COFFOptTable optTable; variable
|
| H A D | DriverUtils.cpp | 890 ctx.optTable.ParseArgs(argv, missingIndex, missingCount); in parse() 899 args = ctx.optTable.ParseArgs(ArrayRef(expandedArgv).drop_front(), in parse() 929 if (ctx.optTable.findNearest(arg->getAsString(args), nearest) > 1) in parse() 974 result.args = ctx.optTable.ParseArgs(rest, missingIndex, missingCount); in parseDirectives() 1005 ctx.optTable.printHelp(lld::outs(), in printHelp()
|
| H A D | Driver.cpp | 279 if (ctx.optTable.findNearest(pathStr, nearest) > 1) in enqueuePath()
|