Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp258 struct ContextWorklistItem { struct
259 DWARFDie Die;
260 unsigned ParentIdx;
261 union {
265 ContextWorklistItemType Type;
266 bool InImportedModule;
268 ContextWorklistItem(DWARFDie Die, ContextWorklistItemType T, in ContextWorklistItem() argument
273 ContextWorklistItem(DWARFDie Die, DeclContext *Context, unsigned ParentIdx, in ContextWorklistItem() function