LLVM 19.0.0git
Public Attributes | List of all members
llvm::dwarf_linker::parallel::DWARFLinkerImpl::DebugInfoSize Struct Reference

Hold the input and output of the debug info size in bytes. More...

#include "DWARFLinker/Parallel/DWARFLinkerImpl.h"

Public Attributes

uint64_t Input
 
uint64_t Output
 

Detailed Description

Hold the input and output of the debug info size in bytes.

Definition at line 152 of file DWARFLinkerImpl.h.

Member Data Documentation

◆ Input

uint64_t llvm::dwarf_linker::parallel::DWARFLinkerImpl::DebugInfoSize::Input

Definition at line 153 of file DWARFLinkerImpl.h.

◆ Output

uint64_t llvm::dwarf_linker::parallel::DWARFLinkerImpl::DebugInfoSize::Output

Definition at line 154 of file DWARFLinkerImpl.h.


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