class MCCVLoc
Declaration
class MCCVLoc { /* full declaration omitted */ };
Description
Instances of this class represent the information from a .cv_loc directive.
Declared at: llvm/include/llvm/MC/MCCodeView.h:31
Method Overview
- public unsigned int getColumn() const
- public unsigned int getFileNum() const
- public unsigned int getFunctionId() const
- public const llvm::MCSymbol * getLabel() const
- public unsigned int getLine() const
- public bool isPrologueEnd() const
- public bool isStmt() const
- public void setColumn(unsigned int column)
- public void setFileNum(unsigned int fileNum)
- public void setFunctionId(unsigned int FID)
- public void setIsStmt(bool IS)
- public void setLabel(const llvm::MCSymbol * L)
- public void setLine(unsigned int line)
- public void setPrologueEnd(bool PE)
Methods
¶unsigned int getColumn() const
unsigned int getColumn() const
Description
Get the Column of this MCCVLoc.
Declared at: llvm/include/llvm/MC/MCCodeView.h:62
¶unsigned int getFileNum() const
unsigned int getFileNum() const
Description
Get the FileNum of this MCCVLoc.
Declared at: llvm/include/llvm/MC/MCCodeView.h:56
¶unsigned int getFunctionId() const
unsigned int getFunctionId() const
Declared at: llvm/include/llvm/MC/MCCodeView.h:53
¶const llvm::MCSymbol* getLabel() const
const llvm::MCSymbol* getLabel() const
Declared at: llvm/include/llvm/MC/MCCodeView.h:51
¶unsigned int getLine() const
unsigned int getLine() const
Description
Get the Line of this MCCVLoc.
Declared at: llvm/include/llvm/MC/MCCodeView.h:59
¶bool isPrologueEnd() const
bool isPrologueEnd() const
Declared at: llvm/include/llvm/MC/MCCodeView.h:64
¶bool isStmt() const
bool isStmt() const
Declared at: llvm/include/llvm/MC/MCCodeView.h:65
¶void setColumn(unsigned int column)
void setColumn(unsigned int column)
Description
Set the Column of this MCCVLoc.
Declared at: llvm/include/llvm/MC/MCCodeView.h:78
Parameters
- unsigned int column
¶void setFileNum(unsigned int fileNum)
void setFileNum(unsigned int fileNum)
Description
Set the FileNum of this MCCVLoc.
Declared at: llvm/include/llvm/MC/MCCodeView.h:72
Parameters
- unsigned int fileNum
¶void setFunctionId(unsigned int FID)
void setFunctionId(unsigned int FID)
Declared at: llvm/include/llvm/MC/MCCodeView.h:69
Parameters
- unsigned int FID
¶void setIsStmt(bool IS)
void setIsStmt(bool IS)
Declared at: llvm/include/llvm/MC/MCCodeView.h:84
Parameters
- bool IS
¶void setLabel(const llvm::MCSymbol* L)
void setLabel(const llvm::MCSymbol* L)
Declared at: llvm/include/llvm/MC/MCCodeView.h:67
Parameters
- const llvm::MCSymbol* L
¶void setLine(unsigned int line)
void setLine(unsigned int line)
Description
Set the Line of this MCCVLoc.
Declared at: llvm/include/llvm/MC/MCCodeView.h:75
Parameters
- unsigned int line
¶void setPrologueEnd(bool PE)
void setPrologueEnd(bool PE)
Declared at: llvm/include/llvm/MC/MCCodeView.h:83
Parameters
- bool PE