Searched refs:commandLineFitsWithinSystemLimits (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Program.h | 158 bool commandLineFitsWithinSystemLimits(StringRef Program, 163 bool commandLineFitsWithinSystemLimits(StringRef Program,
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Program.cpp | 73 bool sys::commandLineFitsWithinSystemLimits(StringRef Program, in commandLineFitsWithinSystemLimits() function in sys 79 return commandLineFitsWithinSystemLimits(Program, StringRefArgs); in commandLineFitsWithinSystemLimits()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | CommandLineTest.cpp | 783 EXPECT_FALSE(llvm::sys::commandLineFitsWithinSystemLimits("cl", args.data())); in TEST() 785 EXPECT_TRUE(llvm::sys::commandLineFitsWithinSystemLimits("cl", args2.data())); in TEST() 795 llvm::sys::commandLineFitsWithinSystemLimits("cl", long_arg.data())); in TEST() 798 llvm::sys::commandLineFitsWithinSystemLimits("cl", long_arg.data())); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Program.inc | 563 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Program.inc | 536 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Driver.cpp | 1697 llvm::sys::commandLineFitsWithinSystemLimits(Cmd.getExecutable(), in setUpResponseFiles()
|