LLVM 22.0.0git
llvm::MCDwarfLoc Class Reference

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

#include "llvm/MC/MCDwarf.h"

Inheritance diagram for llvm::MCDwarfLoc:
[legend]

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

Detailed Description

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

Definition at line 107 of file MCDwarf.h.

Member Function Documentation

◆ getColumn()

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

Get the Column of this MCDwarfLoc.

Definition at line 144 of file MCDwarf.h.

◆ getDiscriminator()

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

Get the Discriminator of this MCDwarfLoc.

Definition at line 153 of file MCDwarf.h.

◆ getFileNum()

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

Get the FileNum of this MCDwarfLoc.

Definition at line 138 of file MCDwarf.h.

◆ getFlags()

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

Get the Flags of this MCDwarfLoc.

Definition at line 147 of file MCDwarf.h.

◆ getIsa()

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

Get the Isa of this MCDwarfLoc.

Definition at line 150 of file MCDwarf.h.

◆ getLine()

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

Get the Line of this MCDwarfLoc.

Definition at line 141 of file MCDwarf.h.

◆ setColumn()

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

Set the Column of this MCDwarfLoc.

Definition at line 162 of file MCDwarf.h.

References assert().

◆ setDiscriminator()

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

Set the Discriminator of this MCDwarfLoc.

Definition at line 180 of file MCDwarf.h.

◆ setFileNum()

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

Set the FileNum of this MCDwarfLoc.

Definition at line 156 of file MCDwarf.h.

◆ setFlags()

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

Set the Flags of this MCDwarfLoc.

Definition at line 168 of file MCDwarf.h.

References assert().

◆ setIsa()

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

Set the Isa of this MCDwarfLoc.

Definition at line 174 of file MCDwarf.h.

References assert(), and llvm::isa().

◆ setLine()

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

Set the Line of this MCDwarfLoc.

Definition at line 159 of file MCDwarf.h.

◆ MCContext

friend class MCContext
friend

Definition at line 125 of file MCDwarf.h.

References MCContext.

Referenced by MCContext.

◆ MCDwarfLineEntry

friend class MCDwarfLineEntry
friend

Definition at line 126 of file MCDwarf.h.

References llvm::isa(), and MCDwarfLineEntry.

Referenced by MCDwarfLineEntry.


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