|
LLVM
4.0.0
|
#include "llvm/IR/LLVMContext.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/Twine.h"#include "LLVMContextImpl.h"#include "llvm/IR/DiagnosticInfo.h"#include "llvm/IR/DiagnosticPrinter.h"#include "llvm/IR/Metadata.h"#include "llvm/IR/Module.h"#include "llvm/Support/Casting.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <cstdlib>#include <string>#include <utility>Go to the source code of this file.
Functions | |
| static bool | isDiagnosticEnabled (const DiagnosticInfo &DI) |
|
static |
Definition at line 170 of file LLVMContext.cpp.
Referenced by llvm::LLVMContext::diagnose().
1.8.6