LLVM 20.0.0git
|
Instances of this class represent the information from a dwarf .loc directive. More...
#include "llvm/MC/MCDwarf.h"
Public Member Functions | |
unsigned | getFileNum () const |
Get the FileNum of this MCDwarfLoc. | |
unsigned | getLine () const |
Get the Line of this MCDwarfLoc. | |
unsigned | getColumn () const |
Get the Column of this MCDwarfLoc. | |
unsigned | getFlags () const |
Get the Flags of this MCDwarfLoc. | |
unsigned | getIsa () const |
Get the Isa of this MCDwarfLoc. | |
unsigned | getDiscriminator () const |
Get the Discriminator of this MCDwarfLoc. | |
void | setFileNum (unsigned fileNum) |
Set the FileNum of this MCDwarfLoc. | |
void | setLine (unsigned line) |
Set the Line of this MCDwarfLoc. | |
void | setColumn (unsigned column) |
Set the Column of this MCDwarfLoc. | |
void | setFlags (unsigned flags) |
Set the Flags of this MCDwarfLoc. | |
void | setIsa (unsigned isa) |
Set the Isa of this MCDwarfLoc. | |
void | setDiscriminator (unsigned discriminator) |
Set the Discriminator of this MCDwarfLoc. | |
Friends | |
class | MCContext |
class | MCDwarfLineEntry |
Instances of this class represent the information from a dwarf .loc directive.
|
inline |
Get the Column of this MCDwarfLoc.
|
inline |
Get the Discriminator of this MCDwarfLoc.
|
inline |
Get the FileNum of this MCDwarfLoc.
|
inline |
Get the Flags of this MCDwarfLoc.
|
inline |
Get the Isa of this MCDwarfLoc.
|
inline |
Get the Line of this MCDwarfLoc.
|
inline |
Set the Column of this MCDwarfLoc.
Definition at line 160 of file MCDwarf.h.
References assert().
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
inline |
Set the Discriminator of this MCDwarfLoc.
Definition at line 178 of file MCDwarf.h.
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
inline |
Set the FileNum of this MCDwarfLoc.
Definition at line 154 of file MCDwarf.h.
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
inline |
Set the Flags of this MCDwarfLoc.
Definition at line 166 of file MCDwarf.h.
References assert().
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
inline |
Set the Isa of this MCDwarfLoc.
Definition at line 172 of file MCDwarf.h.
References assert(), and llvm::isa().
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
inline |
Set the Line of this MCDwarfLoc.
Definition at line 157 of file MCDwarf.h.
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
friend |