Home
last modified time | relevance | path

Searched refs:StringRefArgs (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DProgram.cpp69 SmallVector<StringRef, 8> StringRefArgs; in commandLineFitsWithinSystemLimits() local
70 StringRefArgs.reserve(Args.size()); in commandLineFitsWithinSystemLimits()
72 StringRefArgs.emplace_back(A); in commandLineFitsWithinSystemLimits()
73 return commandLineFitsWithinSystemLimits(Program, StringRefArgs); in commandLineFitsWithinSystemLimits()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DProgram.cpp76 SmallVector<StringRef, 8> StringRefArgs; in commandLineFitsWithinSystemLimits() local
77 StringRefArgs.reserve(Args.size()); in commandLineFitsWithinSystemLimits()
79 StringRefArgs.emplace_back(A); in commandLineFitsWithinSystemLimits()
80 return commandLineFitsWithinSystemLimits(Program, StringRefArgs); in commandLineFitsWithinSystemLimits()