Searched refs:FileStack (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1156 SmallVector<ResponseFileRecord, 3> FileStack; local
1160 FileStack.push_back({"", Argv.size()});
1164 while (I == FileStack.back().End) {
1167 FileStack.pop_back();
1211 if (std::any_of(FileStack.begin() + 1, FileStack.end(), IsEquivalent)) {
1234 for (ResponseFileRecord &Record : FileStack) {
1240 FileStack.push_back({FName, I + ExpandedArgv.size()});
1247 // Note that FileStack may have more than one element at this point because we
1250 assert(FileStack
[all...]

Completed in 96 milliseconds