|
LLVM
3.7.0
|
DILineInfo - a format-neutral container for source line information. More...
#include <DIContext.h>
Public Member Functions | |
| DILineInfo () | |
| bool | operator== (const DILineInfo &RHS) const |
| bool | operator!= (const DILineInfo &RHS) const |
Public Attributes | |
| std::string | FileName |
| std::string | FunctionName |
| uint32_t | Line |
| uint32_t | Column |
DILineInfo - a format-neutral container for source line information.
Definition at line 31 of file DIContext.h.
|
inline |
Definition at line 37 of file DIContext.h.
|
inline |
Definition at line 44 of file DIContext.h.
|
inline |
Definition at line 40 of file DIContext.h.
References Column, FileName, FunctionName, and Line.
| uint32_t llvm::DILineInfo::Column |
Definition at line 35 of file DIContext.h.
Referenced by llvm::DWARFDebugLine::LineTable::getFileLineInfoForAddress(), llvm::DWARFContext::getInliningInfoForAddress(), llvm::PDBContext::getLineInfoForAddress(), llvm::DWARFContext::getLineInfoForAddressRange(), and operator==().
| std::string llvm::DILineInfo::FileName |
Definition at line 32 of file DIContext.h.
Referenced by llvm::DWARFDebugLine::LineTable::getFileLineInfoForAddress(), llvm::DWARFContext::getInliningInfoForAddress(), llvm::PDBContext::getLineInfoForAddress(), llvm::DWARFContext::getLineInfoForAddressRange(), and operator==().
| std::string llvm::DILineInfo::FunctionName |
Definition at line 33 of file DIContext.h.
Referenced by llvm::DWARFContext::getInliningInfoForAddress(), llvm::PDBContext::getLineInfoForAddress(), llvm::DWARFContext::getLineInfoForAddress(), llvm::DWARFContext::getLineInfoForAddressRange(), and operator==().
| uint32_t llvm::DILineInfo::Line |
Definition at line 34 of file DIContext.h.
Referenced by llvm::DWARFDebugLine::LineTable::getFileLineInfoForAddress(), llvm::DWARFContext::getInliningInfoForAddress(), llvm::PDBContext::getLineInfoForAddress(), llvm::DWARFContext::getLineInfoForAddressRange(), and operator==().
1.8.6