Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DProgram.cpp68 bool sys::commandLineFitsWithinSystemLimits(StringRef Program, in commandLineFitsWithinSystemLimits() function in sys
74 return commandLineFitsWithinSystemLimits(Program, StringRefArgs); in commandLineFitsWithinSystemLimits()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DProgram.h136 bool commandLineFitsWithinSystemLimits(StringRef Program,
141 bool commandLineFitsWithinSystemLimits(StringRef Program,
/external/llvm/include/llvm/Support/
DProgram.h135 bool commandLineFitsWithinSystemLimits(StringRef Program, ArrayRef<const char*> Args);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DProgram.h135 bool commandLineFitsWithinSystemLimits(StringRef Program, ArrayRef<const char*> Args);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProgram.inc449 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program, ArrayRef<const char*> Args) {
/external/llvm/lib/Support/Unix/
DProgram.inc449 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program, ArrayRef<const char*> Args) {
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCommandLineTest.cpp618 EXPECT_FALSE(llvm::sys::commandLineFitsWithinSystemLimits("cl", args.data())); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DProgram.inc457 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DProgram.inc495 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program,
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc538 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program, ArrayRef<const char*> Args) {
/external/llvm/lib/Support/Windows/
DProgram.inc538 bool llvm::sys::commandLineFitsWithinSystemLimits(StringRef Program, ArrayRef<const char*> Args) {
/external/clang/lib/Driver/
DDriver.cpp780 llvm::sys::commandLineFitsWithinSystemLimits(Cmd.getExecutable(), Cmd.getArguments())) in setUpResponseFiles()