LLVM  4.0.0
Public Member Functions | Friends | List of all members
llvm::MCDwarfLoc Class Reference

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

#include <MCDwarf.h>

Inheritance diagram for llvm::MCDwarfLoc:
[legend]

Public Member Functions

unsigned getFileNum () const
 Get the FileNum of this MCDwarfLoc. More...
 
unsigned getLine () const
 Get the Line of this MCDwarfLoc. More...
 
unsigned getColumn () const
 Get the Column of this MCDwarfLoc. More...
 
unsigned getFlags () const
 Get the Flags of this MCDwarfLoc. More...
 
unsigned getIsa () const
 Get the Isa of this MCDwarfLoc. More...
 
unsigned getDiscriminator () const
 Get the Discriminator of this MCDwarfLoc. More...
 
void setFileNum (unsigned fileNum)
 Set the FileNum of this MCDwarfLoc. More...
 
void setLine (unsigned line)
 Set the Line of this MCDwarfLoc. More...
 
void setColumn (unsigned column)
 Set the Column of this MCDwarfLoc. More...
 
void setFlags (unsigned flags)
 Set the Flags of this MCDwarfLoc. More...
 
void setIsa (unsigned isa)
 Set the Isa of this MCDwarfLoc. More...
 
void setDiscriminator (unsigned discriminator)
 Set the Discriminator of this MCDwarfLoc. More...
 

Friends

class MCContext
 
class MCDwarfLineEntry
 

Detailed Description

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

Definition at line 54 of file MCDwarf.h.

Member Function Documentation

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

Get the Column of this MCDwarfLoc.

Definition at line 90 of file MCDwarf.h.

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

Get the Discriminator of this MCDwarfLoc.

Definition at line 99 of file MCDwarf.h.

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

Get the FileNum of this MCDwarfLoc.

Definition at line 84 of file MCDwarf.h.

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

Get the Flags of this MCDwarfLoc.

Definition at line 93 of file MCDwarf.h.

References fuzzer::Flags.

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

Get the Isa of this MCDwarfLoc.

Definition at line 96 of file MCDwarf.h.

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

Get the Line of this MCDwarfLoc.

Definition at line 87 of file MCDwarf.h.

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

Set the Column of this MCDwarfLoc.

Definition at line 108 of file MCDwarf.h.

References assert().

Referenced by llvm::MCContext::setCurrentDwarfLoc().

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

Set the Discriminator of this MCDwarfLoc.

Definition at line 126 of file MCDwarf.h.

Referenced by llvm::MCContext::setCurrentDwarfLoc().

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

Set the FileNum of this MCDwarfLoc.

Definition at line 102 of file MCDwarf.h.

Referenced by llvm::MCContext::setCurrentDwarfLoc().

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

Set the Flags of this MCDwarfLoc.

Definition at line 114 of file MCDwarf.h.

References assert(), and fuzzer::Flags.

Referenced by llvm::MCContext::setCurrentDwarfLoc().

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

Set the Isa of this MCDwarfLoc.

Definition at line 120 of file MCDwarf.h.

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

Referenced by llvm::MCContext::setCurrentDwarfLoc().

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

Set the Line of this MCDwarfLoc.

Definition at line 105 of file MCDwarf.h.

Referenced by llvm::MCContext::setCurrentDwarfLoc().

Friends And Related Function Documentation

friend class MCContext
friend

Definition at line 72 of file MCDwarf.h.

friend class MCDwarfLineEntry
friend

Definition at line 73 of file MCDwarf.h.


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