LLVM  8.0.1
Macros | Functions
DebugHandlerBase.cpp File Reference
#include "llvm/CodeGen/DebugHandlerBase.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/Twine.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/DebugInfo.h"
#include "llvm/MC/MCStreamer.h"
Include dependency graph for DebugHandlerBase.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "dwarfdebug"
 

Functions

static bool hasDebugInfo (const MachineModuleInfo *MMI, const MachineFunction *MF)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "dwarfdebug"

Definition at line 28 of file DebugHandlerBase.cpp.

Function Documentation

◆ hasDebugInfo()

static bool hasDebugInfo ( const MachineModuleInfo MMI,
const MachineFunction MF 
)
static