LLVM: llvm::ContextWorklistItem Struct Reference (original) (raw)
This class represents an item in the work list. More...
| Public Attributes | |
|---|---|
| DWARFDie | Die |
| unsigned | ParentIdx |
| union { | |
| CompileUnit::DIEInfo * OtherInfo | |
| DeclContext * Context | |
| }; | |
| ContextWorklistItemType | Type |
| bool | InImportedModule |
Detailed Description
This class represents an item in the work list.
The type defines what kind of work needs to be performed when processing the current item. Everything but the Type and Die fields are optional based on the type.
Definition at line 309 of file DWARFLinker.cpp.
Constructor & Destructor Documentation
◆ ContextWorklistItem() [2/2]
Member Data Documentation
◆ [union]
◆ Context
◆ Die
◆ InImportedModule
bool llvm::ContextWorklistItem::InImportedModule
◆ OtherInfo
◆ ParentIdx
unsigned llvm::ContextWorklistItem::ParentIdx
◆ Type
The documentation for this struct was generated from the following file:
- lib/DWARFLinker/Classic/DWARFLinker.cpp