LLVM 17.0.0git
|
#include "llvm/DWARFLinker/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 215 of file DWARFLinkerCompileUnit.h.
|
inline |
Definition at line 231 of file DWARFLinkerCompileUnit.h.
|
inline |
Definition at line 235 of file DWARFLinkerCompileUnit.h.
DIE this entry describes.
Definition at line 220 of file DWARFLinkerCompileUnit.h.
DwarfStringPoolEntryRef llvm::CompileUnit::AccelInfo::Name |
Name of the entry.
Definition at line 217 of file DWARFLinkerCompileUnit.h.
bool llvm::CompileUnit::AccelInfo::ObjcClassImplementation |
Is this an ObjC class implementation?
Definition at line 229 of file DWARFLinkerCompileUnit.h.
uint32_t llvm::CompileUnit::AccelInfo::QualifiedNameHash |
Hash of the fully qualified name.
Definition at line 223 of file DWARFLinkerCompileUnit.h.
bool llvm::CompileUnit::AccelInfo::SkipPubSection |
Emit this entry only in the apple_* sections.
Definition at line 226 of file DWARFLinkerCompileUnit.h.