Thanks to visit codestin.com
Credit goes to llvm.org

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 106 of file MCDwarf.h.

Member Function Documentation

◆ getColumn()

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

Get the Column of this MCDwarfLoc.

Definition at line 143 of file MCDwarf.h.

◆ getDiscriminator()

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

Get the Discriminator of this MCDwarfLoc.

Definition at line 152 of file MCDwarf.h.

◆ getFileNum()

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

Get the FileNum of this MCDwarfLoc.

Definition at line 137 of file MCDwarf.h.

◆ getFlags()

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

Get the Flags of this MCDwarfLoc.

Definition at line 146 of file MCDwarf.h.

◆ getIsa()

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

Get the Isa of this MCDwarfLoc.

Definition at line 149 of file MCDwarf.h.

◆ getLine()

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

Get the Line of this MCDwarfLoc.

Definition at line 140 of file MCDwarf.h.

◆ setColumn()

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

Set the Column of this MCDwarfLoc.

Definition at line 161 of file MCDwarf.h.

References assert().

◆ setDiscriminator()

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

Set the Discriminator of this MCDwarfLoc.

Definition at line 179 of file MCDwarf.h.

◆ setFileNum()

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

Set the FileNum of this MCDwarfLoc.

Definition at line 155 of file MCDwarf.h.

◆ setFlags()

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

Set the Flags of this MCDwarfLoc.

Definition at line 167 of file MCDwarf.h.

References assert().

◆ setIsa()

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

Set the Isa of this MCDwarfLoc.

Definition at line 173 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 158 of file MCDwarf.h.

◆ MCContext

friend class MCContext
friend

Definition at line 124 of file MCDwarf.h.

References MCContext.

Referenced by MCContext.

◆ MCDwarfLineEntry

friend class MCDwarfLineEntry
friend

Definition at line 125 of file MCDwarf.h.

References llvm::isa(), and MCDwarfLineEntry.

Referenced by MCDwarfLineEntry.


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