LLVM  8.0.1
Macros | Variables
FaultMaps.cpp File Reference
#include "llvm/CodeGen/FaultMaps.h"
#include "llvm/ADT/Twine.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCObjectFileInfo.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for FaultMaps.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "faultmaps"
 

Variables

static const int FaultMapVersion = 1
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "faultmaps"

Definition at line 24 of file FaultMaps.cpp.

Variable Documentation

◆ FaultMapVersion

const int FaultMapVersion = 1
static

Definition at line 26 of file FaultMaps.cpp.

Referenced by llvm::FaultMaps::serializeToFaultMapSection().