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)"
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: