LLVM
8.0.1
|
#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"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "dwarfdebug" |
Functions | |
static bool | hasDebugInfo (const MachineModuleInfo *MMI, const MachineFunction *MF) |
#define DEBUG_TYPE "dwarfdebug" |
Definition at line 28 of file DebugHandlerBase.cpp.
|
static |
Definition at line 173 of file DebugHandlerBase.cpp.
References assert(), llvm::MachineFunction::getFunction(), llvm::Function::getSubprogram(), llvm::MachineModuleInfo::hasDebugInfo(), and llvm::DICompileUnit::NoDebug.
Referenced by llvm::DebugHandlerBase::beginFunction(), llvm::DebugHandlerBase::endFunction(), and llvm::pdb::PDBSymbolCompilandDetails::getBackEndVersion().