Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DProgram.cpp74 bool sys::commandLineFitsWithinSystemLimits(StringRef Program, in commandLineFitsWithinSystemLimits() function in sys
80 return commandLineFitsWithinSystemLimits(Program, StringRefArgs); in commandLineFitsWithinSystemLimits()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DProgram.h159 bool commandLineFitsWithinSystemLimits(StringRef Program,
164 bool commandLineFitsWithinSystemLimits(StringRef Program,
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DProgram.inc561 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DProgram.inc546 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp1815 llvm::sys::commandLineFitsWithinSystemLimits(Cmd.getExecutable(), in setUpResponseFiles()