Searched defs:WorklistEntry (Results 1 – 5 of 5) sorted by relevance
55 struct WorklistEntry { struct56 enum EntryKind {62 struct GVInitTy {66 struct AppendingGVTy {70 struct GlobalAliaseeTy {75 unsigned Kind : 2;76 unsigned MCID : 29;77 unsigned AppendingGVIsOldCtorDtor : 1;78 unsigned AppendingGVNumNewMembers;79 union {[all …]
65 struct WorklistEntry { struct66 enum EntryKind {72 struct GVInitTy {76 struct AppendingGVTy {80 struct GlobalIndirectSymbolTy {85 unsigned Kind : 2;86 unsigned MCID : 29;87 unsigned AppendingGVIsOldCtorDtor : 1;88 unsigned AppendingGVNumNewMembers;89 union {[all …]
249 struct WorklistEntry { in computeAnonDeps() struct250 WorklistEntry(Symbol *Sym, DenseSet<Symbol *> SymAnonDeps) in computeAnonDeps() function253 Symbol *Sym = nullptr; in computeAnonDeps()254 DenseSet<Symbol *> SymAnonDeps; in computeAnonDeps()
1012 struct WorklistEntry { in resolve() struct1013 SymbolTable::iterator SymI; in resolve()1014 JITEvaluatedSymbol ResolvedSym; in resolve()
945 FunctionLoweringInfo::SwiftErrorVRegs &WorklistEntry = in copySwiftErrorsToFinalVRegs() local