LLVM: llvm::DWARFDebugLine::ContentTypeTracker Struct Reference (original) (raw)
Tracks which optional content types are present in a DWARF file name entry format. More...
#include "[llvm/DebugInfo/DWARF/DWARFDebugLine.h](DWARFDebugLine%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| bool | HasModTime = false |
| Whether filename entries provide a modification timestamp. | |
| bool | HasLength = false |
| Whether filename entries provide a file size. | |
| bool | HasMD5 = false |
| For v5, whether filename entries provide an MD5 checksum. | |
| bool | HasSource = false |
| For v5, whether filename entries provide source text. |
Tracks which optional content types are present in a DWARF file name entry format.
Definition at line 44 of file DWARFDebugLine.h.
| llvm::DWARFDebugLine::ContentTypeTracker::ContentTypeTracker ( ) | default |
|---|
◆ trackContentType()
◆ HasLength
bool llvm::DWARFDebugLine::ContentTypeTracker::HasLength = false
◆ HasMD5
bool llvm::DWARFDebugLine::ContentTypeTracker::HasMD5 = false
◆ HasModTime
bool llvm::DWARFDebugLine::ContentTypeTracker::HasModTime = false
◆ HasSource
bool llvm::DWARFDebugLine::ContentTypeTracker::HasSource = false
The documentation for this struct was generated from the following files:
- include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
- lib/DebugInfo/DWARF/DWARFDebugLine.cpp