Searched refs:MakeErrMsg (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 141 MakeErrMsg(ErrMsg, fname + ": Can't open file for " + 285 MakeErrMsg(ErrMsg, "Unable to convert environment variable to UTF-16"); 308 MakeErrMsg(ErrMsg, "can't redirect stdin"); 314 MakeErrMsg(ErrMsg, "can't redirect stdout"); 325 MakeErrMsg(ErrMsg, "can't dup stderr to stdout"); 334 MakeErrMsg(ErrMsg, "can't redirect stderr"); 349 MakeErrMsg(ErrMsg, 357 MakeErrMsg(ErrMsg, 377 MakeErrMsg(ErrMsg, std::string("Couldn't execute program '") + 406 MakeErrMsg(ErrMsg, std::string("Unable to set memory limit")); [all …]
|
D | Memory.inc | 172 MakeErrMsg(ErrMsg, EC.message()); 181 MakeErrMsg(ErrMsg, EC.message()); 195 return MakeErrMsg(ErrMsg, "Cannot set memory to writeable"); 202 return MakeErrMsg(ErrMsg, "Cannot set memory to executable");
|
D | DynamicLibrary.inc | 79 MakeErrMsg(errMsg, std::string(filename) + ": Can't convert to UTF-16"); 86 MakeErrMsg(errMsg, std::string(filename) + ": Can't open");
|
D | WindowsSupport.h | 47 inline bool MakeErrMsg(std::string* ErrMsg, const std::string& prefix) { in MakeErrMsg() function
|
D | Process.inc | 423 MakeErrMsg(&ErrMsg, Msg);
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 112 MakeErrMsg(ErrMsg, "Cannot open file '" + File + "' for " 119 MakeErrMsg(ErrMsg, "Cannot dup2"); 142 return MakeErrMsg(ErrMsg, "Cannot dup2", Err); 228 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err); 251 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err); 264 MakeErrMsg(ErrMsg, "Couldn't fork"); 280 MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout"); 368 MakeErrMsg(ErrMsg, "Child timed out but wouldn't die"); 370 MakeErrMsg(ErrMsg, "Child timed out", 0); 375 MakeErrMsg(ErrMsg, "Error waiting for child process");
|
D | Memory.inc | 191 MakeErrMsg(ErrMsg, "Can't open /dev/zero device"); 219 MakeErrMsg(ErrMsg, "Can't allocate RWX Memory"); 228 MakeErrMsg(ErrMsg, "vm_protect max RX failed"); 236 MakeErrMsg(ErrMsg, "vm_protect RW failed"); 251 return MakeErrMsg(ErrMsg, "Can't release RWX Memory");
|
D | Unix.h | 58 static inline bool MakeErrMsg(
|