Home
last modified time | relevance | path

Searched refs:commandLineFitsWithinSystemLimits (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DProgram.h158 bool commandLineFitsWithinSystemLimits(StringRef Program,
163 bool commandLineFitsWithinSystemLimits(StringRef Program,
/llvm-project-15.0.7/llvm/lib/Support/
H A DProgram.cpp73 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 DCommandLineTest.cpp783 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 DProgram.inc563 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DProgram.inc536 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp1697 llvm::sys::commandLineFitsWithinSystemLimits(Cmd.getExecutable(), in setUpResponseFiles()