LLVM  3.7.0
Functions | Variables
LLVMContext.cpp File Reference
#include "llvm/IR/LLVMContext.h"
#include "LLVMContextImpl.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/IR/DiagnosticInfo.h"
#include "llvm/IR/DiagnosticPrinter.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Metadata.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/SourceMgr.h"
#include <cctype>
Include dependency graph for LLVMContext.cpp:

Go to the source code of this file.

Functions

static bool isDiagnosticEnabled (const DiagnosticInfo &DI)
 
static const char * getDiagnosticMessagePrefix (DiagnosticSeverity Severity)
 

Variables

static ManagedStatic< LLVMContextGlobalContext
 

Function Documentation

static const char* getDiagnosticMessagePrefix ( DiagnosticSeverity  Severity)
static
static bool isDiagnosticEnabled ( const DiagnosticInfo DI)
static

Variable Documentation

ManagedStatic<LLVMContext> GlobalContext
static

Definition at line 28 of file LLVMContext.cpp.

Referenced by llvm::getGlobalContext().