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

This structure is used to update strings offsets into .debug_line_str. More...

#include "DWARFLinker/Parallel/OutputSections.h"

Inheritance diagram for llvm::dwarf_linker::parallel::DebugLineStrPatch:
Inheritance graph
[legend]

Public Attributes

const StringEntryString = nullptr
 
- Public Attributes inherited from llvm::dwarf_linker::parallel::SectionPatch
uint64_t PatchOffset = 0
 

Detailed Description

This structure is used to update strings offsets into .debug_line_str.

Definition at line 51 of file OutputSections.h.

Member Data Documentation

◆ String

const StringEntry* llvm::dwarf_linker::parallel::DebugLineStrPatch::String = nullptr

Definition at line 52 of file OutputSections.h.


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