Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/
DExpandResponseFilesCompilationDatabase.cpp66 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/
DCommandLine.cpp1221 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/
DCommandLine.cpp1190 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/
DCommandLine.cpp928 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/
DCommandLine.cpp974 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()