Searched refs:memoryLimit (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Support/ |
D | Program.cpp | 28 unsigned memoryLimit, std::string *ErrMsg); 32 unsigned memoryLimit, std::string *ErrMsg, in ExecuteAndWait() argument 35 if (Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg)) { in ExecuteAndWait() 51 unsigned memoryLimit, std::string *ErrMsg, in ExecuteNoWait() argument 56 if (!Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg)) in ExecuteNoWait()
|
/external/llvm/include/llvm/Support/ |
D | Program.h | 112 unsigned memoryLimit = 0, ///< If non-zero, this specifies max. amount 129 const StringRef **redirects = nullptr, unsigned memoryLimit = 0,
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 182 unsigned memoryLimit, std::string *ErrMsg) { 193 if (memoryLimit == 0) { 289 if (memoryLimit!=0) { 290 SetMemoryLimits(memoryLimit);
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 246 unsigned memoryLimit, std::string *ErrMsg) { 374 if (memoryLimit != 0) { 381 jeli.ProcessMemoryLimit = uintptr_t(memoryLimit) * 1048576;
|