Searched refs:MakeErrMsg (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Support/Windows/
H A DMemory.inc45 MakeErrMsg(ErrMsg, "Can't allocate RWX Memory: ");
58 return MakeErrMsg(ErrMsg, "Can't release RWX Memory: ");
72 return MakeErrMsg(ErrMsg, "Cannot set memory to writeable: ");
79 return MakeErrMsg(ErrMsg, "Cannot set memory to executable: ");
H A DProgram.inc121 MakeErrMsg(ErrMsg, std::string(fname) + ": Can't open file for " +
247 MakeErrMsg(ErrMsg, "can't redirect stdin");
253 MakeErrMsg(ErrMsg, "can't redirect stdout");
268 MakeErrMsg(ErrMsg, "can't redirect stderr");
292 MakeErrMsg(ErrMsg, std::string("Couldn't execute program '") +
322 MakeErrMsg(ErrMsg, std::string("Unable to set memory limit"));
337 MakeErrMsg(ErrMsg, "Process not started!");
351 MakeErrMsg(ErrMsg, "Failed to terminate timed-out program.");
365 MakeErrMsg(ErrMsg, "Failed getting status for program.");
376 MakeErrMsg(ErrMs
[all...]
H A DWindows.h33 inline bool MakeErrMsg(std::string* ErrMsg, const std::string& prefix) { function
H A DDynamicLibrary.inc90 MakeErrMsg(errMsg, std::string(filename) + ": Can't open : ");
H A DPath.inc441 MakeErrMsg(ErrStr, "getStatusInfo():" + std::string(path) +
486 MakeErrMsg(ErrMsg, std::string(path) + ": Can't make file writable: ");
502 MakeErrMsg(ErrMsg, path + ": can't get status of file");
524 MakeErrMsg(ErrMsg, path + ": Can't read directory: ");
540 MakeErrMsg(ErrMsg, path + ": Can't read directory: ");
662 return MakeErrMsg(ErrMsg,
671 return MakeErrMsg(ErrMsg, std::string(pathname) +
684 return MakeErrMsg(ErrMsg, path + ": Can't create file: ");
737 return MakeErrMsg(ErrStr, path + ": Can't read directory: ");
747 return MakeErrMsg(ErrSt
[all...]
/external/llvm/lib/Support/Unix/
H A DMemory.inc43 MakeErrMsg(ErrMsg, "Can't open /dev/zero device");
71 MakeErrMsg(ErrMsg, "Can't allocate RWX Memory");
80 MakeErrMsg(ErrMsg, "vm_protect max RX failed");
88 MakeErrMsg(ErrMsg, "vm_protect RW failed");
103 return MakeErrMsg(ErrMsg, "Can't release RWX Memory");
H A DUnix.h77 static inline bool MakeErrMsg( function
H A DProgram.inc118 MakeErrMsg(ErrMsg, "Cannot open file '" + std::string(File) + "' for "
125 MakeErrMsg(ErrMsg, "Cannot dup2");
147 return MakeErrMsg(ErrMsg, "Cannot dup2", Err);
207 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err);
229 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err);
241 MakeErrMsg(ErrMsg, "Couldn't fork");
257 MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout");
307 MakeErrMsg(ErrMsg, "Process not started!");
337 MakeErrMsg(ErrMsg, "Child timed out but wouldn't die");
339 MakeErrMsg(ErrMs
[all...]
H A DPath.inc136 MakeErrMsg(ErrMsg,
150 MakeErrMsg(ErrMsg,
157 MakeErrMsg(ErrMsg,
171 MakeErrMsg(ErrMsg,
176 MakeErrMsg(ErrMsg,
197 MakeErrMsg(ErrMsg,
497 MakeErrMsg(ErrStr, path + ": can't get status of file");
534 return MakeErrMsg(ErrMsg, path + ": can't make file readable");
540 return MakeErrMsg(ErrMsg, path + ": can't make file writable");
546 return MakeErrMsg(ErrMs
[all...]

Completed in 71 milliseconds