Home
last modified time | relevance | path

Searched refs:optTable (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFDirectiveParser.cpp48 static COFFOptTable optTable; variable
62 auto Result = optTable.ParseArgs(Buffer, missingIndex, missingCount); in parse()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp765 ctx.optTable.ParseArgs(argv, missingIndex, missingCount); in parse()
774 args = ctx.optTable.ParseArgs(ArrayRef(expandedArgv).drop_front(), in parse()
804 if (ctx.optTable.findNearest(arg->getAsString(args), nearest) > 1) in parse()
850 result.args = ctx.optTable.ParseArgs(rest, missingIndex, missingCount); in parseDirectives()
882 ctx.optTable.printHelp(ctx.e.outs(), in printHelp()
H A DCOFFLinkerContext.h33 COFFOptTable optTable; variable
H A DDriver.cpp354 if (ctx.optTable.findNearest(pathStr, nearest) > 1) in enqueuePath()