class SelectionDAGBuilder::DanglingDebugInfo
Declaration
class SelectionDAGBuilder::DanglingDebugInfo { /* full declaration omitted */ };
Description
Helper type for DanglingDebugInfoMap.
Declared at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:107
Method Overview
- public DanglingDebugInfo()
- public DanglingDebugInfo(const llvm::DbgValueInst * di, llvm::DebugLoc DL, unsigned int SDNO)
- public const llvm::DbgValueInst * getDI()
- public unsigned int getSDNodeOrder()
- public llvm::DebugLoc getdl()
Methods
¶DanglingDebugInfo()
DanglingDebugInfo()
Declared at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:113
¶DanglingDebugInfo(const llvm::DbgValueInst* di,
llvm::DebugLoc DL,
unsigned int SDNO)
DanglingDebugInfo(const llvm::DbgValueInst* di,
llvm::DebugLoc DL,
unsigned int SDNO)
Declared at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:114
Parameters
- const llvm::DbgValueInst* di
- llvm::DebugLoc DL
- unsigned int SDNO
¶const llvm::DbgValueInst* getDI()
const llvm::DbgValueInst* getDI()
Declared at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:117
¶unsigned int getSDNodeOrder()
unsigned int getSDNodeOrder()
Declared at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:119
¶llvm::DebugLoc getdl()
llvm::DebugLoc getdl()
Declared at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:118