LLVM: llvm::MCDwarfLoc Class Reference (original) (raw)
Instances of this class represent the information from a dwarf .loc directive. More...
#include "[llvm/MC/MCDwarf.h](MCDwarf%5F8h%5Fsource.html)"
Instances of this class represent the information from a dwarf .loc directive.
Definition at line 106 of file MCDwarf.h.
◆ getColumn()
| unsigned llvm::MCDwarfLoc::getColumn ( ) const |
inline |
◆ getDiscriminator()
| unsigned llvm::MCDwarfLoc::getDiscriminator ( ) const |
inline |
◆ getFileNum()
| unsigned llvm::MCDwarfLoc::getFileNum ( ) const |
inline |
◆ getFlags()
| unsigned llvm::MCDwarfLoc::getFlags ( ) const |
inline |
◆ getIsa()
| unsigned llvm::MCDwarfLoc::getIsa ( ) const |
inline |
◆ getLine()
| unsigned llvm::MCDwarfLoc::getLine ( ) const |
inline |
◆ setColumn()
| void llvm::MCDwarfLoc::setColumn ( unsigned column) |
inline |
◆ setDiscriminator()
| void llvm::MCDwarfLoc::setDiscriminator ( unsigned discriminator) |
inline |
◆ setFileNum()
| void llvm::MCDwarfLoc::setFileNum ( unsigned fileNum) |
inline |
◆ setFlags()
| void llvm::MCDwarfLoc::setFlags ( unsigned flags) |
inline |
◆ setIsa()
| void llvm::MCDwarfLoc::setIsa ( unsigned isa) |
inline |
◆ setLine()
| void llvm::MCDwarfLoc::setLine ( unsigned line) |
inline |
◆ MCContext
◆ MCDwarfLineEntry
The documentation for this class was generated from the following file: