LLVM  8.0.1
Public Member Functions | List of all members
llvm::SDDbgLabel Class Reference

Holds the information from a dbg_label node through SDISel. More...

#include "CodeGen/SelectionDAG/SDNodeDbgValue.h"

Public Member Functions

 SDDbgLabel (MDNode *Label, DebugLoc dl, unsigned O)
 
MDNodegetLabel () const
 Returns the MDNode pointer for the label. More...
 
DebugLoc getDebugLoc () const
 Returns the DebugLoc. More...
 
unsigned getOrder () const
 Returns the SDNodeOrder. More...
 

Detailed Description

Holds the information from a dbg_label node through SDISel.

We do not use SDValue here to avoid including its header.

Definition at line 144 of file SDNodeDbgValue.h.

Constructor & Destructor Documentation

◆ SDDbgLabel()

llvm::SDDbgLabel::SDDbgLabel ( MDNode Label,
DebugLoc  dl,
unsigned  O 
)
inline

Definition at line 150 of file SDNodeDbgValue.h.

Member Function Documentation

◆ getDebugLoc()

DebugLoc llvm::SDDbgLabel::getDebugLoc ( ) const
inline

Returns the DebugLoc.

Definition at line 157 of file SDNodeDbgValue.h.

Referenced by llvm::InstrEmitter::EmitDbgLabel().

◆ getLabel()

MDNode* llvm::SDDbgLabel::getLabel ( ) const
inline

Returns the MDNode pointer for the label.

Definition at line 154 of file SDNodeDbgValue.h.

Referenced by llvm::InstrEmitter::EmitDbgLabel().

◆ getOrder()

unsigned llvm::SDDbgLabel::getOrder ( ) const
inline

Returns the SDNodeOrder.

This is the order of the preceding node in the input.

Definition at line 161 of file SDNodeDbgValue.h.


The documentation for this class was generated from the following file: