Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DProgram.cpp74 bool sys::commandLineFitsWithinSystemLimits(StringRef Program, in commandLineFitsWithinSystemLimits() function in sys
80 return commandLineFitsWithinSystemLimits(Program, StringRefArgs); in commandLineFitsWithinSystemLimits()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DProgram.h158 bool commandLineFitsWithinSystemLimits(StringRef Program,
163 bool commandLineFitsWithinSystemLimits(StringRef Program,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DProgram.inc535 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProgram.inc561 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1536 llvm::sys::commandLineFitsWithinSystemLimits(Cmd.getExecutable(), in setUpResponseFiles()