Searched refs:StringRefArgs (Results 1 – 2 of 2) sorted by relevance
69 SmallVector<StringRef, 8> StringRefArgs; in commandLineFitsWithinSystemLimits() local70 StringRefArgs.reserve(Args.size()); in commandLineFitsWithinSystemLimits()72 StringRefArgs.emplace_back(A); in commandLineFitsWithinSystemLimits()73 return commandLineFitsWithinSystemLimits(Program, StringRefArgs); in commandLineFitsWithinSystemLimits()
72 SmallVector<StringRef, 8> StringRefArgs; in commandLineFitsWithinSystemLimits() local73 StringRefArgs.reserve(Args.size()); in commandLineFitsWithinSystemLimits()75 StringRefArgs.emplace_back(A); in commandLineFitsWithinSystemLimits()76 return commandLineFitsWithinSystemLimits(Program, StringRefArgs); in commandLineFitsWithinSystemLimits()