LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 30 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 37 of file DWARFDebugLine.h.

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

◆ DirIdx

uint64_t llvm::DWARFDebugLine::FileNameEntry::DirIdx = 0

◆ Length

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

◆ ModTime

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

◆ Name

DWARFFormValue llvm::DWARFDebugLine::FileNameEntry::Name

◆ Source

DWARFFormValue llvm::DWARFDebugLine::FileNameEntry::Source

Definition at line 38 of file DWARFDebugLine.h.

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


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