Searched refs:ExpandedArgv (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/lib/Tooling/ |
D | ExpandResponseFilesCompilationDatabase.cpp | 66 std::vector<std::string> ExpandedArgv(Argv.begin(), Argv.end()); in expand() local 67 Cmd.CommandLine = std::move(ExpandedArgv); in expand()
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 1221 SmallVector<const char *, 0> ExpandedArgv; in ExpandResponseFiles() local 1223 ExpandResponseFile(FName, Saver, Tokenizer, ExpandedArgv, MarkEOLs, in ExpandResponseFiles() 1237 Record.End += ExpandedArgv.size() - 1; in ExpandResponseFiles() 1240 FileStack.push_back({FName, I + ExpandedArgv.size()}); in ExpandResponseFiles() 1242 Argv.insert(Argv.begin() + I, ExpandedArgv.begin(), ExpandedArgv.end()); in ExpandResponseFiles()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 1190 SmallVector<const char *, 0> ExpandedArgv; in ExpandResponseFiles() local 1192 ExpandResponseFile(FName, Saver, Tokenizer, ExpandedArgv, MarkEOLs, in ExpandResponseFiles() 1206 Record.End += ExpandedArgv.size() - 1; in ExpandResponseFiles() 1209 FileStack.push_back({FName, I + ExpandedArgv.size()}); in ExpandResponseFiles() 1211 Argv.insert(Argv.begin() + I, ExpandedArgv.begin(), ExpandedArgv.end()); in ExpandResponseFiles()
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 928 SmallVector<const char *, 0> ExpandedArgv; in ExpandResponseFiles() local 929 if (!ExpandResponseFile(Arg + 1, Saver, Tokenizer, ExpandedArgv, in ExpandResponseFiles() 938 Argv.insert(Argv.begin() + I, ExpandedArgv.begin(), ExpandedArgv.end()); in ExpandResponseFiles()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 974 SmallVector<const char *, 0> ExpandedArgv; in ExpandResponseFiles() local 975 if (!ExpandResponseFile(Arg + 1, Saver, Tokenizer, ExpandedArgv, in ExpandResponseFiles() 984 Argv.insert(Argv.begin() + I, ExpandedArgv.begin(), ExpandedArgv.end()); in ExpandResponseFiles()
|