class MCDwarfLoc
Declaration
class MCDwarfLoc { /* full declaration omitted */ };
Description
Instances of this class represent the information from a dwarf .loc directive.
Declared at: llvm/include/llvm/MC/MCDwarf.h:70
Method Overview
- public unsigned int getColumn() const
- public unsigned int getDiscriminator() const
- public unsigned int getFileNum() const
- public unsigned int getFlags() const
- public unsigned int getIsa() const
- public unsigned int getLine() const
- public void setColumn(unsigned int column)
- public void setDiscriminator(unsigned int discriminator)
- public void setFileNum(unsigned int fileNum)
- public void setFlags(unsigned int flags)
- public void setIsa(unsigned int isa)
- public void setLine(unsigned int line)
Methods
¶unsigned int getColumn() const
unsigned int getColumn() const
Description
Get the Column of this MCDwarfLoc.
Declared at: llvm/include/llvm/MC/MCDwarf.h:107
¶unsigned int getDiscriminator() const
unsigned int getDiscriminator() const
Description
Get the Discriminator of this MCDwarfLoc.
Declared at: llvm/include/llvm/MC/MCDwarf.h:116
¶unsigned int getFileNum() const
unsigned int getFileNum() const
Description
Get the FileNum of this MCDwarfLoc.
Declared at: llvm/include/llvm/MC/MCDwarf.h:101
¶unsigned int getFlags() const
unsigned int getFlags() const
Description
Get the Flags of this MCDwarfLoc.
Declared at: llvm/include/llvm/MC/MCDwarf.h:110
¶unsigned int getIsa() const
unsigned int getIsa() const
Description
Get the Isa of this MCDwarfLoc.
Declared at: llvm/include/llvm/MC/MCDwarf.h:113
¶unsigned int getLine() const
unsigned int getLine() const
Description
Get the Line of this MCDwarfLoc.
Declared at: llvm/include/llvm/MC/MCDwarf.h:104
¶void setColumn(unsigned int column)
void setColumn(unsigned int column)
Description
Set the Column of this MCDwarfLoc.
Declared at: llvm/include/llvm/MC/MCDwarf.h:125
Parameters
- unsigned int column
¶void setDiscriminator(unsigned int discriminator)
void setDiscriminator(unsigned int discriminator)
Description
Set the Discriminator of this MCDwarfLoc.
Declared at: llvm/include/llvm/MC/MCDwarf.h:143
Parameters
- unsigned int discriminator
¶void setFileNum(unsigned int fileNum)
void setFileNum(unsigned int fileNum)
Description
Set the FileNum of this MCDwarfLoc.
Declared at: llvm/include/llvm/MC/MCDwarf.h:119
Parameters
- unsigned int fileNum
¶void setFlags(unsigned int flags)
void setFlags(unsigned int flags)
Description
Set the Flags of this MCDwarfLoc.
Declared at: llvm/include/llvm/MC/MCDwarf.h:131
Parameters
- unsigned int flags
¶void setIsa(unsigned int isa)
void setIsa(unsigned int isa)
Description
Set the Isa of this MCDwarfLoc.
Declared at: llvm/include/llvm/MC/MCDwarf.h:137
Parameters
- unsigned int isa
¶void setLine(unsigned int line)
void setLine(unsigned int line)
Description
Set the Line of this MCDwarfLoc.
Declared at: llvm/include/llvm/MC/MCDwarf.h:122
Parameters
- unsigned int line