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/llvm-project/llvm/lib/Support/
DProgram.cpp72 SmallVector<StringRef, 8> StringRefArgs; in commandLineFitsWithinSystemLimits() local
73 StringRefArgs.reserve(Args.size()); in commandLineFitsWithinSystemLimits()
75 StringRefArgs.emplace_back(A); in commandLineFitsWithinSystemLimits()
76 return commandLineFitsWithinSystemLimits(Program, StringRefArgs); in commandLineFitsWithinSystemLimits()