LLVM: llvm::MCDwarfLoc Class Reference (original) (raw)

Instances of this class represent the information from a dwarf .loc directive. More...

#include "[llvm/MC/MCDwarf.h](MCDwarf%5F8h%5Fsource.html)"

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.

Definition at line 106 of file MCDwarf.h.

getColumn()

unsigned llvm::MCDwarfLoc::getColumn ( ) const inline

getDiscriminator()

unsigned llvm::MCDwarfLoc::getDiscriminator ( ) const inline

getFileNum()

unsigned llvm::MCDwarfLoc::getFileNum ( ) const inline

getFlags()

unsigned llvm::MCDwarfLoc::getFlags ( ) const inline

getIsa()

unsigned llvm::MCDwarfLoc::getIsa ( ) const inline

getLine()

unsigned llvm::MCDwarfLoc::getLine ( ) const inline

setColumn()

void llvm::MCDwarfLoc::setColumn ( unsigned column) inline

setDiscriminator()

void llvm::MCDwarfLoc::setDiscriminator ( unsigned discriminator) inline

setFileNum()

void llvm::MCDwarfLoc::setFileNum ( unsigned fileNum) inline

setFlags()

void llvm::MCDwarfLoc::setFlags ( unsigned flags) inline

setIsa()

void llvm::MCDwarfLoc::setIsa ( unsigned isa) inline

setLine()

void llvm::MCDwarfLoc::setLine ( unsigned line) inline

MCContext

MCDwarfLineEntry


The documentation for this class was generated from the following file: