LLVM API Documentation
#include <MCDwarf.h>
Public Member Functions | |
unsigned | getFileNum () const |
getFileNum - Get the FileNum of this MCDwarfLoc. More... | |
unsigned | getLine () const |
getLine - Get the Line of this MCDwarfLoc. More... | |
unsigned | getColumn () const |
getColumn - Get the Column of this MCDwarfLoc. More... | |
unsigned | getFlags () const |
getFlags - Get the Flags of this MCDwarfLoc. More... | |
unsigned | getIsa () const |
getIsa - Get the Isa of this MCDwarfLoc. More... | |
unsigned | getDiscriminator () const |
getDiscriminator - Get the Discriminator of this MCDwarfLoc. More... | |
void | setFileNum (unsigned fileNum) |
setFileNum - Set the FileNum of this MCDwarfLoc. More... | |
void | setLine (unsigned line) |
setLine - Set the Line of this MCDwarfLoc. More... | |
void | setColumn (unsigned column) |
setColumn - Set the Column of this MCDwarfLoc. More... | |
void | setFlags (unsigned flags) |
setFlags - Set the Flags of this MCDwarfLoc. More... | |
void | setIsa (unsigned isa) |
setIsa - Set the Isa of this MCDwarfLoc. More... | |
void | setDiscriminator (unsigned discriminator) |
setDiscriminator - Set the Discriminator of this MCDwarfLoc. More... | |
Friends | |
class | MCContext |
class | MCLineEntry |
MCDwarfLoc - Instances of this class represent the information from a dwarf .loc directive.
|
inline |
getColumn - Get the Column of this MCDwarfLoc.
|
inline |
getDiscriminator - Get the Discriminator of this MCDwarfLoc.
|
inline |
getFileNum - Get the FileNum of this MCDwarfLoc.
|
inline |
getFlags - Get the Flags of this MCDwarfLoc.
|
inline |
getIsa - Get the Isa of this MCDwarfLoc.
|
inline |
getLine - Get the Line of this MCDwarfLoc.
|
inline |
setColumn - Set the Column of this MCDwarfLoc.
Definition at line 135 of file MCDwarf.h.
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
inline |
setDiscriminator - Set the Discriminator of this MCDwarfLoc.
Definition at line 144 of file MCDwarf.h.
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
inline |
setFileNum - Set the FileNum of this MCDwarfLoc.
Definition at line 129 of file MCDwarf.h.
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
inline |
setFlags - Set the Flags of this MCDwarfLoc.
Definition at line 138 of file MCDwarf.h.
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
inline |
setIsa - Set the Isa of this MCDwarfLoc.
Definition at line 141 of file MCDwarf.h.
References llvm::isa().
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
inline |
setLine - Set the Line of this MCDwarfLoc.
Definition at line 132 of file MCDwarf.h.
Referenced by llvm::MCContext::setCurrentDwarfLoc().
|
friend |