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

#include "DWARFLinker/Parallel/OutputSections.h"

Public Member Functions

 DebugTypeDeclFilePatch (DIE *Die, TypeEntry *TypeName, StringEntry *Directory, StringEntry *FilePath)
 

Public Attributes

DIEDie = nullptr
 
TypeEntryTypeName = nullptr
 
StringEntryDirectory = nullptr
 
StringEntryFilePath = nullptr
 
uint32_t FileID = 0
 

Detailed Description

Definition at line 131 of file OutputSections.h.

Constructor & Destructor Documentation

◆ DebugTypeDeclFilePatch()

DebugTypeDeclFilePatch::DebugTypeDeclFilePatch ( DIE Die,
TypeEntry TypeName,
StringEntry Directory,
StringEntry FilePath 
)

Definition at line 55 of file OutputSections.cpp.

Member Data Documentation

◆ Die

DIE* llvm::dwarf_linker::parallel::DebugTypeDeclFilePatch::Die = nullptr

Definition at line 135 of file OutputSections.h.

◆ Directory

StringEntry* llvm::dwarf_linker::parallel::DebugTypeDeclFilePatch::Directory = nullptr

Definition at line 137 of file OutputSections.h.

◆ FileID

uint32_t llvm::dwarf_linker::parallel::DebugTypeDeclFilePatch::FileID = 0

Definition at line 139 of file OutputSections.h.

◆ FilePath

StringEntry* llvm::dwarf_linker::parallel::DebugTypeDeclFilePatch::FilePath = nullptr

Definition at line 138 of file OutputSections.h.

◆ TypeName

TypeEntry* llvm::dwarf_linker::parallel::DebugTypeDeclFilePatch::TypeName = nullptr

Definition at line 136 of file OutputSections.h.


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