LLVM: llvm::dwarf_linker::parallel::DebugTypeStrPatch Struct Reference (original) (raw)
#include "[DWARFLinker/Parallel/OutputSections.h](OutputSections%5F8h%5Fsource.html)"
Inheritance diagram for llvm::dwarf_linker::parallel::DebugTypeStrPatch:
[legend]
| Public Member Functions |
|---|
| Public Attributes | |
|---|---|
| DIE * | Die = nullptr |
| TypeEntry * | TypeName = nullptr |
| StringEntry * | String = nullptr |
| Public Attributes inherited from llvm::dwarf_linker::parallel::SectionPatch | |
| uint64_t | PatchOffset = 0 |
Detailed Description
Definition at line 113 of file OutputSections.h.
Constructor & Destructor Documentation
| DebugTypeStrPatch::DebugTypeStrPatch | ( | uint64_t | PatchOffset, |
|---|---|---|---|
| DIE * | Die, | ||
| TypeEntry * | TypeName, | ||
| StringEntry * | String ) |
Definition at line 43 of file OutputSections.cpp.
References Die, llvm::dwarf_linker::parallel::SectionPatch::PatchOffset, String, and TypeName.
Member Data Documentation
◆ Die
DIE* llvm::dwarf_linker::parallel::DebugTypeStrPatch::Die = nullptr
Definition at line 117 of file OutputSections.h.
Referenced by DebugTypeStrPatch().
◆ String
StringEntry* llvm::dwarf_linker::parallel::DebugTypeStrPatch::String = nullptr
Definition at line 119 of file OutputSections.h.
Referenced by DebugTypeStrPatch().
◆ TypeName
TypeEntry* llvm::dwarf_linker::parallel::DebugTypeStrPatch::TypeName = nullptr
Definition at line 118 of file OutputSections.h.
Referenced by DebugTypeStrPatch().
The documentation for this struct was generated from the following files:
- lib/DWARFLinker/Parallel/OutputSections.h
- lib/DWARFLinker/Parallel/OutputSections.cpp