Home
last modified time | relevance | path

Searched defs:ContextWorklistItem (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp246 struct ContextWorklistItem { struct
247 DWARFDie Die;
248 unsigned ParentIdx;
249 union {
253 ContextWorklistItemType Type;
254 bool InImportedModule;
256 ContextWorklistItem(DWARFDie Die, ContextWorklistItemType T, in ContextWorklistItem() function
261 ContextWorklistItem(DWARFDie Die, DeclContext *Context, unsigned ParentIdx, in ContextWorklistItem() function