|
LLVM 22.0.0git
|
#include "DWARFLinker/Parallel/OutputSections.h"
Public Member Functions | |
| DebugTypeDeclFilePatch (DIE *Die, TypeEntry *TypeName, StringEntry *Directory, StringEntry *FilePath) | |
Public Attributes | |
| DIE * | Die = nullptr |
| TypeEntry * | TypeName = nullptr |
| StringEntry * | Directory = nullptr |
| StringEntry * | FilePath = nullptr |
| uint32_t | FileID = 0 |
Definition at line 131 of file OutputSections.h.
| DebugTypeDeclFilePatch::DebugTypeDeclFilePatch | ( | DIE * | Die, |
| TypeEntry * | TypeName, | ||
| StringEntry * | Directory, | ||
| StringEntry * | FilePath ) |
| DIE* llvm::dwarf_linker::parallel::DebugTypeDeclFilePatch::Die = nullptr |
Definition at line 135 of file OutputSections.h.
Referenced by DebugTypeDeclFilePatch().
| StringEntry* llvm::dwarf_linker::parallel::DebugTypeDeclFilePatch::Directory = nullptr |
Definition at line 137 of file OutputSections.h.
Referenced by DebugTypeDeclFilePatch().
| uint32_t llvm::dwarf_linker::parallel::DebugTypeDeclFilePatch::FileID = 0 |
Definition at line 139 of file OutputSections.h.
| StringEntry* llvm::dwarf_linker::parallel::DebugTypeDeclFilePatch::FilePath = nullptr |
Definition at line 138 of file OutputSections.h.
Referenced by DebugTypeDeclFilePatch().
| TypeEntry* llvm::dwarf_linker::parallel::DebugTypeDeclFilePatch::TypeName = nullptr |
Definition at line 136 of file OutputSections.h.
Referenced by DebugTypeDeclFilePatch().