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

Methods

DanglingDebugInfo()

Declared at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:113

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()

Declared at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:117

unsigned int getSDNodeOrder()

Declared at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:119

llvm::DebugLoc getdl()

Declared at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:118