Lines Matching defs:undefs
394 /// undefs. If localImports is not nullptr, it also emits a "locally
399 const COFFLinkerContext &ctx, const SmallPtrSetImpl<Symbol *> &undefs,
403 if (undefs.empty() && (!localImports || localImports->empty()))
407 if (undefs.count(b))
425 if (undefs.count(sym)) {
454 SmallPtrSet<Symbol *, 8> undefs;
474 undefs.insert(sym);
477 reportProblemSymbols(ctx, undefs,
483 SmallPtrSet<Symbol *, 8> undefs;
537 undefs.insert(sym);
541 ctx, undefs,