|
LLVM 22.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 |
|
inline |
Set the Discriminator of this MCDwarfLoc.
|
inline |
Set the FileNum of this MCDwarfLoc.
|
inline |
|
inline |
Set the Isa of this MCDwarfLoc.
Definition at line 173 of file MCDwarf.h.
References assert(), and llvm::isa().
|
inline |
Set the Line of this MCDwarfLoc.
|
friend |
|
friend |
Definition at line 125 of file MCDwarf.h.
References llvm::isa(), and MCDwarfLineEntry.
Referenced by MCDwarfLineEntry.