LLVM: llvm::MCCVLoc Class Reference (original) (raw)

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

#include "[llvm/MC/MCCodeView.h](MCCodeView%5F8h%5Fsource.html)"

Public Member Functions
const MCSymbol * getLabel () const
unsigned getFunctionId () const
unsigned getFileNum () const
Get the FileNum of this MCCVLoc.
unsigned getLine () const
Get the Line of this MCCVLoc.
unsigned getColumn () const
Get the Column of this MCCVLoc.
bool isPrologueEnd () const
bool isStmt () const
void setLabel (const MCSymbol *L)
void setFunctionId (unsigned FID)
void setFileNum (unsigned fileNum)
Set the FileNum of this MCCVLoc.
void setLine (unsigned line)
Set the Line of this MCCVLoc.
void setColumn (unsigned column)
Set the Column of this MCCVLoc.
void setPrologueEnd (bool PE)
void setIsStmt (bool IS)
Friends
class CodeViewContext

Instances of this class represent the information from a .cv_loc directive.

Definition at line 38 of file MCCodeView.h.

getColumn()

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

getFileNum()

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

getFunctionId()

unsigned llvm::MCCVLoc::getFunctionId ( ) const inline

getLabel()

getLine()

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

isPrologueEnd()

bool llvm::MCCVLoc::isPrologueEnd ( ) const inline

isStmt()

bool llvm::MCCVLoc::isStmt ( ) const inline

setColumn()

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

setFileNum()

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

setFunctionId()

void llvm::MCCVLoc::setFunctionId ( unsigned FID) inline

setIsStmt()

void llvm::MCCVLoc::setIsStmt ( bool IS) inline

setLabel()

setLine()

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

setPrologueEnd()

void llvm::MCCVLoc::setPrologueEnd ( bool PE) inline

CodeViewContext


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