class SelectionDAGBuilder::DanglingDebugInfo

Declaration

class SelectionDAGBuilder::DanglingDebugInfo { /* full declaration omitted */ };

Description

Helper type for DanglingDebugInfoMap.

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

Member Variables

private const llvm::DbgValueInst* DI = nullptr
private llvm::DebugLoc dl
private unsigned int SDNodeOrder = 0

Method Overview

Methods

DanglingDebugInfo()

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

DanglingDebugInfo(const llvm::DbgValueInst* di,
                  llvm::DebugLoc DL,
                  unsigned int SDNO)

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

Parameters

const llvm::DbgValueInst* di
llvm::DebugLoc DL
unsigned int SDNO

const llvm::DbgValueInst* getDI()

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

unsigned int getSDNodeOrder()

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

llvm::DebugLoc getdl()

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