Searched defs:WorklistEntry (Results 1 – 3 of 3) sorted by relevance
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()