Lines Matching defs:CommandLine
21 #include "llvm/Support/CommandLine.h"
96 static std::vector<const char *> CommandLine;
232 CommandLine.assign(A->getValues().begin(), A->getValues().end());
734 if (!(CommandLine.empty() ^ CompilationDB.empty())) {
748 driver::Driver TheDriver(CommandLine[0], llvm::sys::getDefaultTargetTriple(),
752 TheDriver.BuildCompilation(CommandLine));
759 CommandLine[0]);
784 ArrayRef<const char *> CommandLine)
786 for (auto *C : CommandLine)
787 Command.CommandLine.push_back(C);
811 FEOpts.Inputs[0].getFile(), OutputFile, CommandLine);
968 OutputDir = getModuleCachePath(Input->CommandLine);
975 auto MaybeFile = WorkerTool.getDependencyFile(Input->CommandLine, CWD);
1023 *MaybeModuleName, Input->CommandLine, CWD, AlreadySeenModules,
1030 Input->CommandLine, CWD, AlreadySeenModules, LookupOutput);