LLVM API Documentation
#include "llvm/Config/config.h"#include <cstdlib>#include <cstdio>#include <cstring>#include <cerrno>#include <string>#include <algorithm>#include <unistd.h>#include <sys/types.h>#include <sys/param.h>#include <assert.h>#include <sys/time.h>#include <time.h>#include <sys/wait.h>


Go to the source code of this file.
Defines | |
| #define | WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) |
| #define | WIFEXITED(stat_val) (((stat_val) & 255) == 0) |
Functions | |
| static bool | MakeErrMsg (std::string *ErrMsg, const std::string &prefix, int errnum=-1) |
| Make an error message. | |
| static bool MakeErrMsg | ( | std::string * | ErrMsg, | |
| const std::string & | prefix, | |||
| int | errnum = -1 | |||
| ) | [inline, static] |
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.