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

Methods

unsigned int getColumn() const

Description

Get the Column of this MCDwarfLoc.

Declared at: llvm/include/llvm/MC/MCDwarf.h:107

unsigned int getDiscriminator() const

Description

Get the Discriminator of this MCDwarfLoc.

Declared at: llvm/include/llvm/MC/MCDwarf.h:116

unsigned int getFileNum() const

Description

Get the FileNum of this MCDwarfLoc.

Declared at: llvm/include/llvm/MC/MCDwarf.h:101

unsigned int getFlags() const

Description

Get the Flags of this MCDwarfLoc.

Declared at: llvm/include/llvm/MC/MCDwarf.h:110

unsigned int getIsa() const

Description

Get the Isa of this MCDwarfLoc.

Declared at: llvm/include/llvm/MC/MCDwarf.h:113

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)

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)

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)

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)

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)

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)

Description

Set the Line of this MCDwarfLoc.

Declared at: llvm/include/llvm/MC/MCDwarf.h:122

Parameters

unsigned int line