LLVM 20.0.0git
|
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) | |
MDNode * | getLabel () const |
Returns the MDNode pointer for the label. | |
const DebugLoc & | getDebugLoc () const |
Returns the DebugLoc. | |
unsigned | getOrder () const |
Returns the SDNodeOrder. | |
Holds the information from a dbg_label node through SDISel.
We do not use SDValue here to avoid including its header.
Definition at line 242 of file SDNodeDbgValue.h.
Definition at line 248 of file SDNodeDbgValue.h.
References DL.
Returns the DebugLoc.
Definition at line 255 of file SDNodeDbgValue.h.
References DL.
Referenced by llvm::InstrEmitter::EmitDbgLabel().
|
inline |
Returns the MDNode pointer for the label.
Definition at line 252 of file SDNodeDbgValue.h.
Referenced by llvm::InstrEmitter::EmitDbgLabel().
|
inline |
Returns the SDNodeOrder.
This is the order of the preceding node in the input.
Definition at line 259 of file SDNodeDbgValue.h.