LLVM
8.0.1
|
Instances of this class represent the information from a .cv_loc directive. More...
#include "llvm/MC/MCCodeView.h"
Public Member Functions | |
const MCSymbol * | getLabel () const |
unsigned | getFunctionId () const |
unsigned | getFileNum () const |
Get the FileNum of this MCCVLoc. More... | |
unsigned | getLine () const |
Get the Line of this MCCVLoc. More... | |
unsigned | getColumn () const |
Get the Column of this MCCVLoc. More... | |
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. More... | |
void | setLine (unsigned line) |
Set the Line of this MCCVLoc. More... | |
void | setColumn (unsigned column) |
Set the Column of this MCCVLoc. More... | |
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 32 of file MCCodeView.h.
|
inline |
Get the Column of this MCCVLoc.
Definition at line 63 of file MCCodeView.h.
Referenced by llvm::CodeViewContext::emitLineTableForFunction().
|
inline |
Get the FileNum of this MCCVLoc.
Definition at line 57 of file MCCodeView.h.
Referenced by llvm::CodeViewContext::emitLineTableForFunction().
|
inline |
Definition at line 54 of file MCCodeView.h.
Referenced by llvm::CodeViewContext::addLineEntry().
Definition at line 52 of file MCCodeView.h.
Referenced by llvm::CodeViewContext::encodeInlineLineTable().
|
inline |
Get the Line of this MCCVLoc.
Definition at line 60 of file MCCodeView.h.
|
inline |
Definition at line 65 of file MCCodeView.h.
|
inline |
Definition at line 66 of file MCCodeView.h.
|
inline |
|
inline |
Set the FileNum of this MCCVLoc.
Definition at line 73 of file MCCodeView.h.
Referenced by llvm::CodeViewContext::encodeInlineLineTable().
|
inline |
Definition at line 70 of file MCCodeView.h.
|
inline |
Definition at line 85 of file MCCodeView.h.
Definition at line 68 of file MCCodeView.h.
Referenced by llvm::CodeViewContext::encodeInlineLineTable().
|
inline |
Set the Line of this MCCVLoc.
Definition at line 76 of file MCCodeView.h.
Referenced by llvm::CodeViewContext::encodeInlineLineTable().
|
inline |
Definition at line 84 of file MCCodeView.h.
|
friend |
Definition at line 42 of file MCCodeView.h.