Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp74 bool sys::commandLineFitsWithinSystemLimits(StringRef Program, in commandLineFitsWithinSystemLimits() function in sys
80 return commandLineFitsWithinSystemLimits(Program, StringRefArgs); in commandLineFitsWithinSystemLimits()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DProgram.h158 bool commandLineFitsWithinSystemLimits(StringRef Program,
163 bool commandLineFitsWithinSystemLimits(StringRef Program,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc535 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc561 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1528 llvm::sys::commandLineFitsWithinSystemLimits(Cmd.getExecutable(), in setUpResponseFiles()