Searched refs:commandLineFitsWithinSystemLimits (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Program.cpp | 68 bool sys::commandLineFitsWithinSystemLimits(StringRef Program, in commandLineFitsWithinSystemLimits() function in sys 74 return commandLineFitsWithinSystemLimits(Program, StringRefArgs); in commandLineFitsWithinSystemLimits()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Program.h | 136 bool commandLineFitsWithinSystemLimits(StringRef Program, 141 bool commandLineFitsWithinSystemLimits(StringRef Program,
|
/external/llvm/include/llvm/Support/ |
D | Program.h | 135 bool commandLineFitsWithinSystemLimits(StringRef Program, ArrayRef<const char*> Args);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Program.h | 135 bool commandLineFitsWithinSystemLimits(StringRef Program, ArrayRef<const char*> Args);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Program.inc | 449 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program, ArrayRef<const char*> Args) {
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 449 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program, ArrayRef<const char*> Args) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 618 EXPECT_FALSE(llvm::sys::commandLineFitsWithinSystemLimits("cl", args.data())); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Program.inc | 457 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Program.inc | 495 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 538 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program, ArrayRef<const char*> Args) {
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 538 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program, ArrayRef<const char*> Args) {
|
/external/clang/lib/Driver/ |
D | Driver.cpp | 780 llvm::sys::commandLineFitsWithinSystemLimits(Cmd.getExecutable(), Cmd.getArguments())) in setUpResponseFiles()
|