Searched defs:WorklistEntry (Results 1 – 8 of 8) 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 …]
64 struct WorklistEntry { struct65 enum EntryKind {71 struct GVInitTy {75 struct AppendingGVTy {79 struct GlobalIndirectSymbolTy {84 unsigned Kind : 2;85 unsigned MCID : 29;86 unsigned AppendingGVIsOldCtorDtor : 1;87 unsigned AppendingGVNumNewMembers;88 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() argument253 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()
343 struct WorklistEntry { in computeLocalDeps() struct344 WorklistEntry(Symbol *Sym, DenseSet<Symbol *> LocalDeps) in computeLocalDeps() function347 Symbol *Sym = nullptr; in computeLocalDeps()348 DenseSet<Symbol *> LocalDeps; in computeLocalDeps()
882 struct WorklistEntry { in resolve() struct883 SymbolTable::iterator SymI; in resolve()884 JITEvaluatedSymbol ResolvedSym; in resolve()
945 FunctionLoweringInfo::SwiftErrorVRegs &WorklistEntry = in copySwiftErrorsToFinalVRegs() local