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

Methods

unsigned int getColumn() const

Description

Get the Column of this MCCVLoc.

Declared at: llvm/include/llvm/MC/MCCodeView.h:62

unsigned int getFileNum() const

Description

Get the FileNum of this MCCVLoc.

Declared at: llvm/include/llvm/MC/MCCodeView.h:56

unsigned int getFunctionId() const

Declared at: llvm/include/llvm/MC/MCCodeView.h:53

const llvm::MCSymbol* getLabel() const

Declared at: llvm/include/llvm/MC/MCCodeView.h:51

unsigned int getLine() const

Description

Get the Line of this MCCVLoc.

Declared at: llvm/include/llvm/MC/MCCodeView.h:59

bool isPrologueEnd() const

Declared at: llvm/include/llvm/MC/MCCodeView.h:64

bool isStmt() const

Declared at: llvm/include/llvm/MC/MCCodeView.h:65

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)

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)

Declared at: llvm/include/llvm/MC/MCCodeView.h:69

Parameters

unsigned int FID

void setIsStmt(bool IS)

Declared at: llvm/include/llvm/MC/MCCodeView.h:84

Parameters

bool IS

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)

Description

Set the Line of this MCCVLoc.

Declared at: llvm/include/llvm/MC/MCCodeView.h:75

Parameters

unsigned int line

void setPrologueEnd(bool PE)

Declared at: llvm/include/llvm/MC/MCCodeView.h:83

Parameters

bool PE