Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp75 bool sys::commandLineFitsWithinSystemLimits(StringRef Program, in commandLineFitsWithinSystemLimits() function in sys
81 return commandLineFitsWithinSystemLimits(Program, StringRefArgs); in commandLineFitsWithinSystemLimits()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DProgram.h162 bool commandLineFitsWithinSystemLimits(StringRef Program,
167 bool commandLineFitsWithinSystemLimits(StringRef Program,
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc564 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc566 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1899 // Since commandLineFitsWithinSystemLimits() may underestimate system's in setUpResponseFiles()
1905 llvm::sys::commandLineFitsWithinSystemLimits(Cmd.getExecutable(), in setUpResponseFiles()