struct CompileUnit::AccelInfo
Declaration
struct CompileUnit::AccelInfo { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h:204
Member Variables
- public llvm::DwarfStringPoolEntryRef Name
- Name of the entry.
- public const llvm::DIE* Die
- DIE this entry describes.
- public uint32_t QualifiedNameHash
- Hash of the fully qualified name.
- public bool SkipPubSection
- Emit this entry only in the apple_* sections.
- public bool ObjcClassImplementation
- Is this an ObjC class implementation?
Method Overview
- public AccelInfo(llvm::DwarfStringPoolEntryRef Name, const llvm::DIE * Die, bool SkipPubSection = false)
- public AccelInfo(llvm::DwarfStringPoolEntryRef Name, const llvm::DIE * Die, uint32_t QualifiedNameHash, bool ObjCClassIsImplementation)
Methods
¶AccelInfo(llvm::DwarfStringPoolEntryRef Name,
const llvm::DIE* Die,
bool SkipPubSection = false)
AccelInfo(llvm::DwarfStringPoolEntryRef Name,
const llvm::DIE* Die,
bool SkipPubSection = false)
Declared at: llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h:220
Parameters
- llvm::DwarfStringPoolEntryRef Name
- const llvm::DIE* Die
- bool SkipPubSection = false
¶AccelInfo(llvm::DwarfStringPoolEntryRef Name,
const llvm::DIE* Die,
uint32_t QualifiedNameHash,
bool ObjCClassIsImplementation)
AccelInfo(llvm::DwarfStringPoolEntryRef Name,
const llvm::DIE* Die,
uint32_t QualifiedNameHash,
bool ObjCClassIsImplementation)
Declared at: llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h:224
Parameters
- llvm::DwarfStringPoolEntryRef Name
- const llvm::DIE* Die
- uint32_t QualifiedNameHash
- bool ObjCClassIsImplementation