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.cpp52 static COFFOptTable optTable;
66 auto Result = optTable.ParseArgs(Buffer, missingIndex, missingCount); in parse()
62 static COFFOptTable optTable; global() variable
/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h33 COFFOptTable optTable; variable
H A DDriverUtils.cpp907 ctx.optTable.ParseArgs(argv, missingIndex, missingCount); in parse()
916 args = ctx.optTable.ParseArgs(ArrayRef(expandedArgv).drop_front(), in parse()
946 if (ctx.optTable.findNearest(arg->getAsString(args), nearest) > 1) in parse()
991 result.args = ctx.optTable.ParseArgs(rest, missingIndex, missingCount); in parseDirectives()
1022 ctx.optTable.printHelp(lld::outs(), in printHelp()
H A DDriver.cpp268 if (ctx.optTable.findNearest(pathStr, nearest) > 1) in enqueuePath()