LLVM 22.0.0git
llvm::DWARFDebugLine::FileNameEntry Struct Reference

#include "llvm/DebugInfo/DWARF/DWARFDebugLine.h"

Public Member Functions

 FileNameEntry ()=default

Public Attributes

DWARFFormValue Name
uint64_t DirIdx = 0
uint64_t ModTime = 0
uint64_t Length = 0
MD5::MD5Result Checksum
DWARFFormValue Source

Detailed Description

Definition at line 31 of file DWARFDebugLine.h.

Constructor & Destructor Documentation

◆ FileNameEntry()

llvm::DWARFDebugLine::FileNameEntry::FileNameEntry ( )
default

Member Data Documentation

◆ Checksum

MD5::MD5Result llvm::DWARFDebugLine::FileNameEntry::Checksum

Definition at line 38 of file DWARFDebugLine.h.

Referenced by llvm::DWARFDebugLine::Prologue::dump(), and parseV5DirFileTables().

◆ DirIdx

◆ Length

uint64_t llvm::DWARFDebugLine::FileNameEntry::Length = 0

◆ ModTime

uint64_t llvm::DWARFDebugLine::FileNameEntry::ModTime = 0

◆ Name

◆ Source

DWARFFormValue llvm::DWARFDebugLine::FileNameEntry::Source

Definition at line 39 of file DWARFDebugLine.h.

Referenced by llvm::DWARFDebugLine::Prologue::dump(), and parseV5DirFileTables().


The documentation for this struct was generated from the following file: