LLVM: llvm::SDDbgLabel Class Reference (original) (raw)
Holds the information from a dbg_label node through SDISel. More...
#include "[CodeGen/SelectionDAG/SDNodeDbgValue.h](SDNodeDbgValue%5F8h%5Fsource.html)"
| 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.
◆ getDebugLoc()
◆ getLabel()
| MDNode * llvm::SDDbgLabel::getLabel ( ) const | inline |
|---|
◆ getOrder()
| unsigned llvm::SDDbgLabel::getOrder ( ) const | inline |
|---|
Returns the SDNodeOrder.
This is the order of the preceding node in the input.
Definition at line 259 of file SDNodeDbgValue.h.
The documentation for this class was generated from the following file:
- lib/CodeGen/SelectionDAG/SDNodeDbgValue.h