#include "llvm/Support/Errno.h"
#include "llvm/Config/config.h"
#include "llvm/Support/raw_ostream.h"
#include <string.h>
#include <errno.h>
Go to the source code of this file.
|
| | llvm |
| | This class represents lattice values for constants.
|
| |
| | llvm::sys |
| |
|
| std::string | llvm::sys::StrError () |
| | Returns a string representation of the errno value, using whatever thread-safe variant of strerror() is available. More...
|
| |
| std::string | llvm::sys::StrError (int errnum) |
| | Like the no-argument version above, but uses errnum instead of errno. More...
|
| |