LLVM API Documentation

Namespaces | Functions
Errno.cpp File Reference
#include "llvm/Support/Errno.h"
#include "llvm/Config/config.h"
#include "llvm/Support/raw_ostream.h"
#include <string.h>
#include <errno.h>
Include dependency graph for Errno.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


namespace  llvm::sys

Functions

std::string llvm::sys::StrError ()
std::string llvm::sys::StrError (int errnum)
 Like the no-argument version above, but uses errnum instead of errno.