|
LLVM
3.7.0
|
#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>Go to the source code of this file.
Functions | |
| static bool | isDiagnosticEnabled (const DiagnosticInfo &DI) |
| static const char * | getDiagnosticMessagePrefix (DiagnosticSeverity Severity) |
Variables | |
| static ManagedStatic< LLVMContext > | GlobalContext |
|
static |
Definition at line 202 of file LLVMContext.cpp.
References llvm::DS_Error, llvm::DS_Note, llvm::DS_Remark, llvm::DS_Warning, and llvm_unreachable.
Referenced by llvm::LLVMContext::diagnose().
|
static |
Definition at line 178 of file LLVMContext.cpp.
References llvm::DK_OptimizationRemark, llvm::DK_OptimizationRemarkAnalysis, llvm::DK_OptimizationRemarkMissed, and llvm::DiagnosticInfo::getKind().
Referenced by llvm::LLVMContext::diagnose().
|
static |
Definition at line 28 of file LLVMContext.cpp.
Referenced by llvm::getGlobalContext().
1.8.6