LLVM
8.0.1
|
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. More... | |
DebugLoc | getDebugLoc () const |
Returns the DebugLoc. More... | |
unsigned | getOrder () const |
Returns the SDNodeOrder. More... | |
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.
Definition at line 150 of file SDNodeDbgValue.h.
|
inline |
Returns the DebugLoc.
Definition at line 157 of file SDNodeDbgValue.h.
Referenced by llvm::InstrEmitter::EmitDbgLabel().
|
inline |
Returns the MDNode pointer for the label.
Definition at line 154 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 161 of file SDNodeDbgValue.h.