HomeSort by: relevance | last modified time | path
    Searched refs:commandLineFitsWithinSystemLimits (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Program.h 158 bool commandLineFitsWithinSystemLimits(StringRef Program,
163 bool commandLineFitsWithinSystemLimits(StringRef Program,
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Program.cpp 74 bool sys::commandLineFitsWithinSystemLimits(StringRef Program,
80 return commandLineFitsWithinSystemLimits(Program, StringRefArgs);
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 1530 // Since commandLineFitsWithinSystemLimits() may underestimate system's
1536 llvm::sys::commandLineFitsWithinSystemLimits(Cmd.getExecutable(),

Completed in 19 milliseconds