|
LLVM
3.7.0
|
Instances of this class represent the information from a dwarf .loc directive. More...
#include <MCDwarf.h>
Public Member Functions | |
| unsigned | getFileNum () const |
| Get the FileNum of this MCDwarfLoc. More... | |
| unsigned | getLine () const |
| Get the Line of this MCDwarfLoc. More... | |
| unsigned | getColumn () const |
| Get the Column of this MCDwarfLoc. More... | |
| unsigned | getFlags () const |
| Get the Flags of this MCDwarfLoc. More... | |
| unsigned | getIsa () const |
| Get the Isa of this MCDwarfLoc. More... | |
| unsigned | getDiscriminator () const |
| Get the Discriminator of this MCDwarfLoc. More... | |
| void | setFileNum (unsigned fileNum) |
| Set the FileNum of this MCDwarfLoc. More... | |
| void | setLine (unsigned line) |
| Set the Line of this MCDwarfLoc. More... | |
| void | setColumn (unsigned column) |
| Set the Column of this MCDwarfLoc. More... | |
| void | setFlags (unsigned flags) |
| Set the Flags of this MCDwarfLoc. More... | |
| void | setIsa (unsigned isa) |
| Set the Isa of this MCDwarfLoc. More... | |
| void | setDiscriminator (unsigned discriminator) |
| Set the Discriminator of this MCDwarfLoc. More... | |
Friends | |
| class | MCContext |
| class | MCLineEntry |
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 110 of file MCDwarf.h.
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
inline |
Set the Discriminator of this MCDwarfLoc.
Definition at line 128 of file MCDwarf.h.
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
inline |
Set the FileNum of this MCDwarfLoc.
Definition at line 104 of file MCDwarf.h.
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
inline |
Set the Flags of this MCDwarfLoc.
Definition at line 116 of file MCDwarf.h.
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
inline |
Set the Isa of this MCDwarfLoc.
Definition at line 122 of file MCDwarf.h.
References llvm::isa().
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
inline |
Set the Line of this MCDwarfLoc.
Definition at line 107 of file MCDwarf.h.
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
friend |
1.8.6