LLVM 19.0.0git
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"

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 21 of file FaultMaps.cpp.

Variable Documentation

◆ FaultMapVersion

const int FaultMapVersion = 1
static

Definition at line 23 of file FaultMaps.cpp.

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