LLVM 20.0.0git
|
#include "llvm/CodeGen/DebugHandlerBase.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/IR/Module.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/Support/CommandLine.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "dwarfdebug" |
Functions | |
static bool | hasDebugInfo (const MachineFunction *MF) |
Variables | |
static cl::opt< bool > | TrimVarLocs ("trim-var-locs", cl::Hidden, cl::init(true)) |
If true, we drop variable location ranges which exist entirely outside the variable's lexical scope instruction ranges. | |
#define DEBUG_TYPE "dwarfdebug" |
Definition at line 27 of file DebugHandlerBase.cpp.
|
static |
Definition at line 244 of file DebugHandlerBase.cpp.
References assert(), llvm::MachineFunction::getFunction(), llvm::Function::getSubprogram(), and llvm::DICompileUnit::NoDebug.
Referenced by llvm::DebugHandlerBase::beginFunction(), and llvm::DebugHandlerBase::endFunction().
|
static |
If true, we drop variable location ranges which exist entirely outside the variable's lexical scope instruction ranges.
Referenced by llvm::DebugHandlerBase::beginFunction().