LLVM 20.0.0git
|
#include "DWARFLinker/Parallel/OutputSections.h"
Public Member Functions | |
DebugTypeLineStrPatch (uint64_t PatchOffset, DIE *Die, TypeEntry *TypeName, StringEntry *String) | |
Public Attributes | |
DIE * | Die = nullptr |
TypeEntry * | TypeName = nullptr |
StringEntry * | String = nullptr |
Public Attributes inherited from llvm::dwarf_linker::parallel::SectionPatch | |
uint64_t | PatchOffset = 0 |
Definition at line 122 of file OutputSections.h.
DebugTypeLineStrPatch::DebugTypeLineStrPatch | ( | uint64_t | PatchOffset, |
DIE * | Die, | ||
TypeEntry * | TypeName, | ||
StringEntry * | String | ||
) |
Definition at line 49 of file OutputSections.cpp.
References llvm::dwarf_linker::parallel::SectionPatch::PatchOffset.
DIE* llvm::dwarf_linker::parallel::DebugTypeLineStrPatch::Die = nullptr |
Definition at line 126 of file OutputSections.h.
StringEntry* llvm::dwarf_linker::parallel::DebugTypeLineStrPatch::String = nullptr |
Definition at line 128 of file OutputSections.h.
TypeEntry* llvm::dwarf_linker::parallel::DebugTypeLineStrPatch::TypeName = nullptr |
Definition at line 127 of file OutputSections.h.