LLVM 20.0.0git
|
#include "llvm/DWARFLinker/Classic/DWARFLinkerCompileUnit.h"
Public Member Functions | |
AccelInfo (DwarfStringPoolEntryRef Name, const DIE *Die, bool SkipPubSection=false) | |
AccelInfo (DwarfStringPoolEntryRef Name, const DIE *Die, uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) | |
Public Attributes | |
DwarfStringPoolEntryRef | Name |
Name of the entry. | |
const DIE * | Die |
DIE this entry describes. | |
uint32_t | QualifiedNameHash |
Hash of the fully qualified name. | |
bool | SkipPubSection |
Emit this entry only in the apple_* sections. | |
bool | ObjcClassImplementation |
Is this an ObjC class implementation? | |
Definition at line 232 of file DWARFLinkerCompileUnit.h.
|
inline |
Definition at line 248 of file DWARFLinkerCompileUnit.h.
|
inline |
Definition at line 252 of file DWARFLinkerCompileUnit.h.
DIE this entry describes.
Definition at line 237 of file DWARFLinkerCompileUnit.h.
DwarfStringPoolEntryRef llvm::dwarf_linker::classic::CompileUnit::AccelInfo::Name |
Name of the entry.
Definition at line 234 of file DWARFLinkerCompileUnit.h.
bool llvm::dwarf_linker::classic::CompileUnit::AccelInfo::ObjcClassImplementation |
Is this an ObjC class implementation?
Definition at line 246 of file DWARFLinkerCompileUnit.h.
uint32_t llvm::dwarf_linker::classic::CompileUnit::AccelInfo::QualifiedNameHash |
Hash of the fully qualified name.
Definition at line 240 of file DWARFLinkerCompileUnit.h.
bool llvm::dwarf_linker::classic::CompileUnit::AccelInfo::SkipPubSection |
Emit this entry only in the apple_* sections.
Definition at line 243 of file DWARFLinkerCompileUnit.h.