LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Win32.h File Reference

#include "llvm/Config/config.h"
#include "windows.h"
#include <cassert>
#include <string>

Include dependency graph for Win32.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void ThrowError (const std::string &msg)
void ThrowErrno (const std::string &prefix)


Function Documentation

void ThrowErrno const std::string &  prefix  )  [inline]
 

Definition at line 34 of file Win32.h.

References ThrowError().

void ThrowError const std::string &  msg  )  [inline]
 

Definition at line 24 of file Win32.h.

Referenced by ThrowErrno().