#include "llvm/Support/Errno.h"
#include "llvm/Config/config.h"
#include <cstring>
#include <errno.h>
Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
namespace | llvm::sys |
|
|
std::string | llvm::sys::StrError () |
| Returns a string representation of the errno value, using whatever thread-safe variant of strerror() is available.
|
|
std::string | llvm::sys::StrError (int errnum) |
| Like the no-argument version above, but uses errnum instead of errno.
|
|