Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1486 SmallVector<const char *, 20> newArgv(argv, argv + argc); in ParseCommandLineOptions() local
1494 if (Error Err = ECtx.expandResponseFiles(newArgv)) { in ParseCommandLineOptions()
1498 argv = &newArgv[0]; in ParseCommandLineOptions()
1499 argc = static_cast<int>(newArgv.size()); in ParseCommandLineOptions()